Inherits from NSManagedObject
Declared in M2GalleryEntry.h
M2GalleryEntry.m

Overview

Represents a gallery entry.

Tasks

Basic properties

  •   name

    Gallery entry name. Entered by user.

    property
  •   path

    Path to gallery entry. Selected automatically by controller that is responsible for create a gallery entry.

    property

Working with thumbnail

Properties

name

Gallery entry name. Entered by user.

@property (nonatomic, retain) NSString *name

Discussion

Gallery entry name. Entered by user.

Declared In

M2GalleryEntry.h

path

Path to gallery entry. Selected automatically by controller that is responsible for create a gallery entry.

@property (nonatomic, retain) NSString *path

Discussion

Path to gallery entry. Selected automatically by controller that is responsible for create a gallery entry.

Declared In

M2GalleryEntry.h

thumbnail

Serialized image of thumbnail for gallery entry.

@property (nonatomic, retain) NSData *thumbnail

Discussion

Serialized image of thumbnail for gallery entry.

Declared In

M2GalleryEntry.h