Class ActivityVariable
Class for the item type Activity Variable
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 ActivityVariable : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<Activity>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceActivityVariable()
Declaration
protected ActivityVariable()
ActivityVariable(ElementFactory, Object[])
Declaration
public ActivityVariable(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 |
Datatype()
Retrieve the datatype
property of the item
Declaration
public IProperty_Text Datatype()
Returns
Type | Description |
---|---|
IProperty_Text |
DefaultValue()
Retrieve the default_value
property of the item
Declaration
public IProperty_Text DefaultValue()
Returns
Type | Description |
---|---|
IProperty_Text |
IsHidden()
Retrieve the is_hidden
property of the item
Declaration
public IProperty_Boolean IsHidden()
Returns
Type | Description |
---|---|
IProperty_Boolean |
IsRequired()
Retrieve the is_required
property of the item
Declaration
public IProperty_Boolean IsRequired()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
Sequence()
Retrieve the sequence
property of the item
Declaration
public IProperty_Number Sequence()
Returns
Type | Description |
---|---|
IProperty_Number |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
Source()
Retrieve the source
property of the item
Declaration
public IProperty_Item<List> Source()
Returns
Type | Description |
---|---|
IProperty_Item<List> |