Class HistoryContainer
Class for the item type History Container
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 HistoryContainer : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceHistoryContainer()
Declaration
protected HistoryContainer()
HistoryContainer(ElementFactory, Object[])
Declaration
public HistoryContainer(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 |
ItemtypeId()
Retrieve the itemtype_id
property of the item
Declaration
public IProperty_Item<ItemType> ItemtypeId()
Returns
Type | Description |
---|---|
IProperty_Item<ItemType> |