The following table lists the types derived from IProperty .
Derived Types
Type | Description |
---|---|
IPropertyBinary | Represents a Content Engine property that holds a (8-bit signed integer) array intended for a binary value. |
IPropertyBinaryList | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of (8-bit signed integer) array elements, each of which is intended to hold a binary value. |
IPropertyBoolean | Represents a Content Engine property that holds a value. |
IPropertyBooleanList | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of values. |
IPropertyContent | Represents a Content Engine property that holds an object intended for reading of content data from a file source. |
IPropertyDateTime | Represents a Content Engine property that holds a object for specifying a date and time. |
IPropertyDateTimeList | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of values. |
IPropertyDependentObjectList | Represents a Content Engine property that holds an object. A object is a collection (ordered, non-unique) of objects. |
IPropertyEngineObject | Represents a Content Engine property that holds an object. |
IPropertyFloat64 | Represents a Content Engine property that holds a (64-bit floating point) value. |
IPropertyFloat64List | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of (64-bit floating point) values. |
IPropertyId | Represents a Content Engine property that holds an Id (GUID string) value. |
IPropertyIdList | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of objects, each of which represents a GUID value. |
IPropertyIndependentObjectSet | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of objects. |
IPropertyInteger32 | Represents a Content Engine property that holds an (32-bit signed integer) value. |
IPropertyInteger32List | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of values. |
IPropertyString | Represents a Content Engine property that holds a value. |
IPropertyStringList | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of values. |