Class cmf_PropertyType
Class for the item type cmf_PropertyType
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class cmf_PropertyType : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<cmf_ElementType>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View Sourcecmf_PropertyType()
Declaration
protected cmf_PropertyType()
cmf_PropertyType(ElementFactory, Object[])
Declaration
public cmf_PropertyType(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
DataLength()
Retrieve the data_length
property of the item
Declaration
public IProperty_Number DataLength()
Returns
Type | Description |
---|---|
IProperty_Number |
DataType()
Retrieve the data_type
property of the item
Declaration
public IProperty_Text DataType()
Returns
Type | Description |
---|---|
IProperty_Text |
DefaultPermission()
Retrieve the default_permission
property of the item
Declaration
public IProperty_Item<Permission> DefaultPermission()
Returns
Type | Description |
---|---|
IProperty_Item<Permission> |
GeneratedType()
Retrieve the generated_type
property of the item
Declaration
public IProperty_Item<ItemType> GeneratedType()
Returns
Type | Description |
---|---|
IProperty_Item<ItemType> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |