Class Action
Class for the item type Action
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 Action : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceAction()
Declaration
protected Action()
Action(ElementFactory, Object[])
Declaration
public Action(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBody()
Retrieve the body
property of the item
Declaration
public IProperty_Text Body()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemQuery()
Retrieve the item_query
property of the item
Declaration
public IProperty_Text ItemQuery()
Returns
Type | Description |
---|---|
IProperty_Text |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Location()
Retrieve the location
property of the item
Declaration
public IProperty_Text Location()
Returns
Type | Description |
---|---|
IProperty_Text |
Method()
Retrieve the method
property of the item
Declaration
public IProperty_Item<Method> Method()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
OnComplete()
Retrieve the on_complete
property of the item
Declaration
public IProperty_Item<Method> OnComplete()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
Target()
Retrieve the target
property of the item
Declaration
public IProperty_Text Target()
Returns
Type | Description |
---|---|
IProperty_Text |
Type()
Retrieve the type
property of the item
Declaration
public IProperty_Text Type()
Returns
Type | Description |
---|---|
IProperty_Text |