Class CanAdd
Class for the item type Can Add
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 CanAdd : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<ItemType>, IRelationship<Identity>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceCanAdd()
Declaration
protected CanAdd()
CanAdd(ElementFactory, Object[])
Declaration
public CanAdd(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 |
CanAddProp()
Retrieve the can_add
property of the item
Declaration
public IProperty_Boolean CanAddProp()
Returns
Type | Description |
---|---|
IProperty_Boolean |
ClassPath()
Retrieve the class_path
property of the item
Declaration
public IProperty_Text ClassPath()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |