Class LifeCycleState
Class for the item type Life Cycle State
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 LifeCycleState : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<LifeCycleMap>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceLifeCycleState()
Declaration
protected LifeCycleState()
LifeCycleState(ElementFactory, Object[])
Declaration
public LifeCycleState(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 |
HistoryTemplate()
Retrieve the history_template
property of the item
Declaration
public IProperty_Item<HistoryTemplate> HistoryTemplate()
Returns
Type | Description |
---|---|
IProperty_Item<HistoryTemplate> |
Image()
Retrieve the image
property of the item
Declaration
public IProperty_Text Image()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemBehavior()
Retrieve the item_behavior
property of the item
Declaration
public IProperty_Text ItemBehavior()
Returns
Type | Description |
---|---|
IProperty_Text |
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 |
SetIsReleased()
Retrieve the set_is_released
property of the item
Declaration
public IProperty_Boolean SetIsReleased()
Returns
Type | Description |
---|---|
IProperty_Boolean |
SetNotLockable()
Retrieve the set_not_lockable
property of the item
Declaration
public IProperty_Boolean SetNotLockable()
Returns
Type | Description |
---|---|
IProperty_Boolean |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
StatePermissionId()
Retrieve the state_permission_id
property of the item
Declaration
public IProperty_Item<Permission> StatePermissionId()
Returns
Type | Description |
---|---|
IProperty_Item<Permission> |
Workflow()
Retrieve the workflow
property of the item
Declaration
public IProperty_Item<WorkflowMap> Workflow()
Returns
Type | Description |
---|---|
IProperty_Item<WorkflowMap> |
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 |