Class cmf_ElementType
Class for the item type cmf_ElementType
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_ElementType : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<cmf_ContentType>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View Sourcecmf_ElementType()
Declaration
protected cmf_ElementType()
cmf_ElementType(ElementFactory, Object[])
Declaration
public cmf_ElementType(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 |
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 |
ParentProp()
Retrieve the parent
property of the item
Declaration
public IProperty_Item<cmf_ElementType> ParentProp()
Returns
Type | Description |
---|---|
IProperty_Item<cmf_ElementType> |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |