Class CommandBarSectionItem
Class for the item type CommandBarSectionItem
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 CommandBarSectionItem : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<CommandBarSection>, IRelationship<CommandBarItem>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceCommandBarSectionItem()
Declaration
protected CommandBarSectionItem()
CommandBarSectionItem(ElementFactory, Object[])
Declaration
public CommandBarSectionItem(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceAction()
Retrieve the action
property of the item
Declaration
public IProperty_Text Action()
Returns
Type | Description |
---|---|
IProperty_Text |
Alternate()
Retrieve the alternate
property of the item
Declaration
public IProperty_Item<CommandBarItem> Alternate()
Returns
Type | Description |
---|---|
IProperty_Item<CommandBarItem> |
Behavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemClassification()
Retrieve the item_classification
property of the item
Declaration
public IProperty_Text ItemClassification()
Returns
Type | Description |
---|---|
IProperty_Text |
Role()
Retrieve the role
property of the item
Declaration
public IProperty_Item<Identity> Role()
Returns
Type | Description |
---|---|
IProperty_Item<Identity> |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |