Declared in DCEnumerations.h

DCProjectionType

The type of a projection.

Definition

typedef NS_ENUM(NSInteger, DCProjectionType ) {
   DCPROJECTIONTYPE_FILE_COUNT = 1,
   DCPROJECTIONTYPE_ALL_DETAILS = 2,
   DCPROJECTIONTYPE_DETAILS_WITHOUT_TAGS = 3,
};

Constants

DCPROJECTIONTYPE_FILE_COUNT

The count of files.

Declared In DCEnumerations.h.

DCPROJECTIONTYPE_ALL_DETAILS

The detail information with all items.

Declared In DCEnumerations.h.

DCPROJECTIONTYPE_DETAILS_WITHOUT_TAGS

The detail information without tag.

Declared In DCEnumerations.h.

Declared In

DCEnumerations.h