ToiAssetManagerServicePropertyDefinition Interface Reference


Description

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";

List of all members.

Public Attributes

attribute
ToiAssetManagerService::TToiPropertyId 
propertyId
attribute
ToiAssetManagerService::TToiPropertyType 
type
attribute boolean hasMultipleValueSupport
attribute boolean isSystemDefined

Member Data Documentation

True if this property can have multiple values.

True if this property is defined by the system. A system property definition cannot be removed.