The following table lists the types derived from IPropertyDescription .
Derived Types
Type | Description |
---|---|
IPropertyDescriptionBinary | Represents the fixed description of a property that holds a binary value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionBoolean | Represents the fixed description of a property that holds a Boolean value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionDateTime | Represents the fixed description of a property that holds a DateTime value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionFloat64 | Represents the fixed description of a property that holds a Double (Float64) value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionId | Represents the fixed description of a property that holds a GUID string value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionInteger32 | Represents the fixed description of a property that holds an integer value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionObject | Represents the fixed description of a property that holds a Content Engine object value. A object contains immutable property metadata, which you cannot directly modify. |
IPropertyDescriptionString | Represents the fixed description of a property that holds a string value. A object contains immutable property metadata, which you cannot directly modify. |