|
|
The TimelinerTask type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
TimelinerTask |
Constructs a TimelinerTask
|
Methods
| Name | Description | |
|---|---|---|
|
|
CreateCopy |
Create a new copy of this item
|
|
|
CreateCopyWithoutChildren |
Create a copy of this item but not any of its children. Useful as the source item for TaskEditItem calls.
|
|
|
CreateNewInstance |
Create a new item of the same type as this item
(Inherited from SavedItem.) |
|
|
CreateUniqueCopy |
Create an unique copy of item
(Inherited from SavedItem.) |
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
FormatDataSourceRootTaskName |
Top-level tasks corresponding to TimeLinerDataSources are always named using routine.
|
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
GetUserFieldByIndex |
Get value of a User field with specified index (User1 is index 0, User10 is index 9)
|
|
|
MakeDisplayNameUnique(GroupItem) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MakeDisplayNameUnique(GroupItem, String) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
SetUserFieldByIndex |
Set value of a User field with specified index (User1 is index 0, User10 is index 9)
|
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ActualDuration |
The TimelinerTask's actual duration
|
|
|
ActualEndDate |
The TimelinerTask's actual end date
|
|
|
ActualStartDate |
The TimelinerTask's actual start date
|
|
|
AnimationBehavior |
The behavior for the animation associated with this task via AnimationPath
|
|
|
AnimationPath |
The path that identifies the associated animation for this task
|
|
|
Children |
Children of the group
(Inherited from GroupItem.) |
|
|
Comments |
Comments about the item
(Inherited from SavedItem.) |
|
|
DataSourceName |
The Name of the data source to which this belongs, or an empty string
|
|
|
DataSourceRootTaskIdentifier |
This is a reserved identifier used to identify a task as the root for a series of imported tasks.
|
|
|
DisplayId |
Human readable ID to associate this task with an external task
|
|
|
DisplayName |
Name for item as displayed in the GUI
(Inherited from SavedItem.) |
|
|
EquipmentCost |
The Equipment Cost for this Task
|
|
|
Guid |
Globally Unique Id for item
(Inherited from SavedItem.) |
|
|
IsActualEnabled |
Enabled state of actual start and end dates
|
|
|
IsDataSourceRootTask |
Is this the task the root task for the data imported from a data source
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsEnabled |
Enabled state of a task
|
|
|
IsGroup |
True if this item is a GroupItem
(Inherited from SavedItem.) |
|
|
IsPlannedEnabled |
Enabled state of planned start and end dates
|
|
|
IsReadOnly | (Overrides GroupItem..::..IsReadOnly.) |
|
|
IsTotalCostComplete |
Sepcifies whether any non-null TotalCost is 'complete'. A complete total is one where we have a non-null cost for each cost: MaterialCost, LaborCost, EquipmentCost, SubcontractorCost.
|
|
|
LaborCost |
The Labour Cost for this Task
|
|
|
MaterialCost |
The Material Cost for this Task
|
|
|
Parent |
Parent of this item. Null if item has no parent
(Inherited from SavedItem.) |
|
|
PlannedDuration |
The TimelinerTask's planned duration
|
|
|
PlannedEndDate |
The TimelinerTask's planned start date
|
|
|
PlannedStartDate |
The TimelinerTask's planned start date
|
|
|
ProgressPercent |
The TimelinerTask's progress percentage
|
|
|
ScriptPath |
The path that identifies the associated script for this task
|
|
|
Selection |
The selection that specifies the ModelItems that this task acts upon
|
|
|
SimulationTaskTypeName |
The Name of the simulation type to which this belongs, or an empty string
|
|
|
SubcontractorCost |
The Subcontractor Cost for this Task
|
|
|
SynchronizationId |
The SynchronizationId is used to associate this task with an external task from a Data Source. This will be set by the DataSourceProvider and so should not be modified. Changes to this property could result in undefined results during merge options (see TaskMerge method)
|
|
|
TaskStatus |
Returns an enum value representing the relationship between planned and actual dates
|
|
|
TotalCost |
The Total Cost for this Task. It will be null if we have null for each cost:
MaterialCost, LaborCost, EquipmentCost, SubcontractorCost.
|
|
|
User1 |
User defined field 1 - typically provided by a DataSource
|
|
|
User10 |
User defined field 10 - typically provided by a DataSource
|
|
|
User2 |
User defined field 2 - typically provided by a DataSource
|
|
|
User3 |
User defined field 3 - typically provided by a DataSource
|
|
|
User4 |
User defined field 4 - typically provided by a DataSource
|
|
|
User5 |
User defined field 5 - typically provided by a DataSource
|
|
|
User6 |
User defined field 6 - typically provided by a DataSource
|
|
|
User7 |
User defined field 7 - typically provided by a DataSource
|
|
|
User8 |
User defined field 8 - typically provided by a DataSource
|
|
|
User9 |
User defined field 9 - typically provided by a DataSource
|