This is the documentation for ToiAssetManagerServicePropertyDefinition.
Structure that represents a metadata property. Use toi.statics.ToiAssetManagerServicePropertyDefinition.create(<propertyId>, <type>, <hasMultipleValueSupport>, <isSystemDefined>) to create an instance of ToiAssetManagerServicePropertyDefinition.
import "ToiAssetManagerServicePropertyDefinition.idl";
Public Attributes | |
attribute ToiAssetManagerService::TToiPropertyId | propertyId |
attribute ToiAssetManagerService::TToiPropertyType | type |
attribute boolean | hasMultipleValueSupport |
attribute boolean | isSystemDefined |
attribute boolean ToiAssetManagerServicePropertyDefinition::hasMultipleValueSupport |
True if this property can have multiple values.
attribute boolean ToiAssetManagerServicePropertyDefinition::isSystemDefined |
True if this property is defined by the system. A system property definition cannot be removed.
attribute ToiAssetManagerService::TToiPropertyId ToiAssetManagerServicePropertyDefinition::propertyId |
The identifier of the property.
What type of value this property has.