Class ActivityTaskValue
Class for the item type Activity Task Value
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 ActivityTaskValue : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<ActivityAssignment>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceActivityTaskValue()
Declaration
protected ActivityTaskValue()
ActivityTaskValue(ElementFactory, Object[])
Declaration
public ActivityTaskValue(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 |
Comments()
Retrieve the comments property of the item
Declaration
public IProperty_Text Comments()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
CompletedBy()
Retrieve the completed_by property of the item
Declaration
public IProperty_Item<User> CompletedBy()
Returns
| Type | Description |
|---|---|
| IProperty_Item<User> |
CompletedOn()
Retrieve the completed_on property of the item
Declaration
public IProperty_Date CompletedOn()
Returns
| Type | Description |
|---|---|
| IProperty_Date |
SortOrder()
Retrieve the sort_order property of the item
Declaration
public IProperty_Number SortOrder()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
Task()
Retrieve the task property of the item
Declaration
public IProperty_Item<ActivityTask> Task()
Returns
| Type | Description |
|---|---|
| IProperty_Item<ActivityTask> |