Class Board
Class for the item type Board
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 Board : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceBoard()
Declaration
protected Board()
Board(ElementFactory, Object[])
Declaration
public Board(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceItemConfigId()
Retrieve the item_config_id
property of the item
Declaration
public IProperty_Text ItemConfigId()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemKeyedName()
Retrieve the item_keyed_name
property of the item
Declaration
public IProperty_Text ItemKeyedName()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemTypeName()
Retrieve the item_type_name
property of the item
Declaration
public IProperty_Text ItemTypeName()
Returns
Type | Description |
---|---|
IProperty_Text |