Class ConversionTaskEventHandler
Class for the item type ConversionTaskEventHandler
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 ConversionTaskEventHandler : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<ConversionTask>, IRelationship<Method>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceConversionTaskEventHandler()
Declaration
protected ConversionTaskEventHandler()
ConversionTaskEventHandler(ElementFactory, Object[])
Declaration
public ConversionTaskEventHandler(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 |
EventType()
Retrieve the event_type
property of the item
Declaration
public IProperty_Text EventType()
Returns
Type | Description |
---|---|
IProperty_Text |
ExecutionAttempt()
Retrieve the execution_attempt
property of the item
Declaration
public IProperty_Number ExecutionAttempt()
Returns
Type | Description |
---|---|
IProperty_Number |
FinishedOn()
Retrieve the finished_on
property of the item
Declaration
public IProperty_Date FinishedOn()
Returns
Type | Description |
---|---|
IProperty_Date |
LockDependencies()
Retrieve the lock_dependencies
property of the item
Declaration
public IProperty_Boolean LockDependencies()
Returns
Type | Description |
---|---|
IProperty_Boolean |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
StartedOn()
Retrieve the started_on
property of the item
Declaration
public IProperty_Date StartedOn()
Returns
Type | Description |
---|---|
IProperty_Date |
Status()
Retrieve the status
property of the item
Declaration
public IProperty_Text Status()
Returns
Type | Description |
---|---|
IProperty_Text |
UserData()
Retrieve the user_data
property of the item
Declaration
public IProperty_Text UserData()
Returns
Type | Description |
---|---|
IProperty_Text |