TKEntityPropertyType Constants Reference
Declared in | TKEntityProperty.h |
TKEntityPropertyType
@enum TKDataFormPropertyType
An enum that defines the type of the property.
Definition
typedef NS_ENUM(int, TKEntityPropertyType ) {
TKEntityPropertyTypeUnknown,
TKEntityPropertyTypeNumeric,
TKEntityPropertyTypeInteger,
TKEntityPropertyTypeDouble,
TKEntityPropertyTypeBool,
TKEntityPropertyTypeString,
TKEntityPropertyTypeDate,
};
Constants
TKEntityPropertyTypeUnknown
-
The property type is unknown.
Declared In
TKEntityProperty.h
. TKEntityPropertyTypeNumeric
-
The property is of type NSNumber.
Declared In
TKEntityProperty.h
. TKEntityPropertyTypeInteger
-
The property is of type decimal number.
Declared In
TKEntityProperty.h
. TKEntityPropertyTypeDouble
-
The property is of type floating point number.
Declared In
TKEntityProperty.h
. TKEntityPropertyTypeBool
-
The property is of type bool.
Declared In
TKEntityProperty.h
. TKEntityPropertyTypeString
-
The property is of type string.
Declared In
TKEntityProperty.h
. TKEntityPropertyTypeDate
-
The property is of type date.
Declared In
TKEntityProperty.h
.
Declared In
TKEntityProperty.h