The following table lists the types derived from IPropertyDefinition .
Derived Types
Type | Description |
---|---|
IPropertyDefinitionBinary | Represents the definition of a property that holds a binary value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionBoolean | Represents the definition of a property that holds a Boolean value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionDateTime | Represents the definition of a property that holds a DateTime value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionFloat64 | Represents the definition of a property that holds a Double (Float64) value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionId | Represents the definition of a property that holds a GUID string value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionInteger32 | Represents the definition of a property that holds an integer value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionObject | Represents the definition of a property that holds a Content Engine object value. A object is created from a object and contains mutable metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |
IPropertyDefinitionString | Represents the definition of a property that holds a string value. A object is created from a object and contains mutable property metadata that you can customize. When a object is added to a class definition's collection, a user-defined property is created in that class. |