MSSystemProperties Constants Reference

Declared in MSTable.h

MSSystemProperties

Definition

typedef NS_OPTIONS(NSUInteger, MSSystemProperties ) {
   MSSystemPropertyNone = 0,
   MSSystemPropertyCreatedAt = 1 < < 0,
   MSSystemPropertyUpdatedAt = 1 < < 1,
   MSSystemPropertyVersion = 1 < < 2,
   MSSystemPropertyDeleted = 1 < < 3,
   MSSystemPropertyAll = 0 xFFFF,
};

Constants

MSSystemPropertyNone

Declared In MSTable.h.

MSSystemPropertyCreatedAt

Declared In MSTable.h.

MSSystemPropertyUpdatedAt

Declared In MSTable.h.

MSSystemPropertyVersion

Declared In MSTable.h.

MSSystemPropertyDeleted

Declared In MSTable.h.

MSSystemPropertyAll

Declared In MSTable.h.