Class LifeCycleTransition
Class for the item type Life Cycle Transition
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 LifeCycleTransition : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<LifeCycleMap>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceLifeCycleTransition()
Declaration
protected LifeCycleTransition()
LifeCycleTransition(ElementFactory, Object[])
Declaration
public LifeCycleTransition(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 |
FromState()
Retrieve the from_state
property of the item
Declaration
public IProperty_Item<LifeCycleState> FromState()
Returns
Type | Description |
---|---|
IProperty_Item<LifeCycleState> |
GetComment()
Retrieve the get_comment
property of the item
Declaration
public IProperty_Boolean GetComment()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
PostAction()
Retrieve the post_action
property of the item
Declaration
public IProperty_Item<Method> PostAction()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
PreAction()
Retrieve the pre_action
property of the item
Declaration
public IProperty_Item<Method> PreAction()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
Role()
Retrieve the role
property of the item
Declaration
public IProperty_Item<Identity> Role()
Returns
Type | Description |
---|---|
IProperty_Item<Identity> |
Segments()
Retrieve the segments
property of the item
Declaration
public IProperty_Text Segments()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
ToState()
Retrieve the to_state
property of the item
Declaration
public IProperty_Item<LifeCycleState> ToState()
Returns
Type | Description |
---|---|
IProperty_Item<LifeCycleState> |
X()
Retrieve the x
property of the item
Declaration
public IProperty_Number X()
Returns
Type | Description |
---|---|
IProperty_Number |
Y()
Retrieve the y
property of the item
Declaration
public IProperty_Number Y()
Returns
Type | Description |
---|---|
IProperty_Number |