The following table lists the types derived from IPropertyTemplate .
Derived Types
Type | Description |
---|---|
IPropertyTemplateBinary | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding binary values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateBoolean | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding Boolean values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateDateTime | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding DateTime values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateFloat64 | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding Double (Float64) values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateId | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding GUID string values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateInteger32 | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding integer values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateObject | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding Content Engine object values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |
IPropertyTemplateString | Represents a property template for creating objects, which you can add to class definitions to create user-defined properties for holding string values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values. |