Class WorkflowProcessPath
Class for the item type Workflow Process Path
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 WorkflowProcessPath : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<Activity>, IRelationship<Activity>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceWorkflowProcessPath()
Declaration
protected WorkflowProcessPath()
WorkflowProcessPath(ElementFactory, Object[])
Declaration
public WorkflowProcessPath(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceAuthentication()
Retrieve the authentication property of the item
Declaration
public IProperty_Text Authentication()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Behavior()
Retrieve the behavior property of the item
Declaration
public IProperty_Text Behavior()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
IsComplete()
Retrieve the is_complete property of the item
Declaration
public IProperty_Boolean IsComplete()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
IsDefault()
Retrieve the is_default property of the item
Declaration
public IProperty_Boolean IsDefault()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
IsDisabled()
Retrieve the is_disabled property of the item
Declaration
public IProperty_Boolean IsDisabled()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
IsOverride()
Retrieve the is_override property of the item
Declaration
public IProperty_Boolean IsOverride()
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 |
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 |
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 |