The following tables list the members exposed by Task.
Name | Description | |
---|---|---|
PercentFormat | Returns the string format used to format values that represent percentages. Note that unlike the 'p' format specifier, this format does not multiply the value being formatted by 100. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
BindingListIndex | Returns the ordinal position of the list object corresponding to this Task in the data source to which the Tasks collection is bound, or -1 if the Tasks collection is not bound. | |
BindingListObject | Returns the list object corresponding to this Task in the data source to which the Tasks collection is bound, or null if the Tasks collection is not bound. | |
CompleteThrough | Returns the date/time through which this Task is complete. | |
Constraint | Returns or sets the constraint for this task. | |
ConstraintDateTime | Returns or sets the constraining date/time for this task. | |
Deadline | Returns or sets the deadline for this task. | |
Dependencies | Returns a collection of TaskDependency objects which define the tasks on which this task is dependent, as well as the nature of the dependency. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Duration | Returns or sets the amount of time spanned by the task. | |
DurationResolved | Returns the resolved value of the Duration property. | |
EndDateTime | Returns or sets the DateTime at which the task ends. | |
EndDateTimeResolved | Returns the resolved value of the EndDateTime property. | |
Expanded | Returns or sets a boolean value indicating whether this task is expanded. Applicable only when the IsSummary property returns true. | |
GridSettings | Returns a Infragistics.Win.UltraWinGanttView.TaskGridSettings object which determines grid-specific properties of the task, such as the appearance of the row and the settings for the cells. | |
Id | Returns a globally unique identifier which identifies this instance. | |
IsRoot | Returns whether this task is a root-level task. | |
IsSummary | Returns whether this task is considered a summary of other tasks, i.e., whether this task contains subtasks. | |
Level | Returns a zero-based integer which defines the level at which this Task resides within the hierarchy, where zero represents a root task. If the task does not belong to any collection, this property returns -1. | |
Milestone | Returns or sets a boolean value indicating whether the task marks a milestone in the associated project. | |
MilestoneResolved | Returns the resolved value of the Milestone property. | |
Name | Returns or sets the name of the task. | |
Notes | Returns or sets the notes to be associated with the task. | |
Parent | Returns the Task whose Tasks collection contains this task, or null if this is a root-level task | |
PercentComplete | Returns or sets a floating-point value indicating the percent of completion for the task, with the value zero representing a task that has not yet been started, and the value of 100 representing a task that has been fully completed. | |
Project | Returns or sets the associated Project, or null if this task is not specifically associated with a project. | |
ProjectKey | Returns the key of the associated Project, or an empty string if this task is not specifically associated with a project. | |
Resources | Returns a collection of Owner objects which represent the entities available to assist in the completion of a task. | |
RowHeight | Returns or sets the height of the row which represents this Task in the user interface. | |
RowNumber | Returns or sets a one-based integer value which describes this Task's ordinal position within the flattened out list of all tasks that belong to the same project. | |
StartDateTime | Returns or sets the DateTime at which the task begins. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Tasks | Returns a collection of Task objects which represent the immediate children of this task. | |
TaskSettings | Returns a TaskSettings object which determines whether the user can edit or delete the task. | |
TimelineSettings | Returns a Infragistics.Win.UltraWinGanttView.TimelineSettings object which determines Timeline-specific properties of the task, such as the appearance and behavior of the bars and whether dragging is allowed. |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CanIndent | Determines if this Task from the Tasks collection can be added to the Tasks collection of its previous sibling. | |
CanOutdent | Determines if this Task from the Tasks collection can be a sibling of its parent task. | |
CollapseAll | Sets the Expanded property to false for all members of this collection and their descendants. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
Equals | Overloaded. Returns whether the specified Task is the same logical instance as this task. | |
ExpandAll | Sets the Expanded property to true for all members of this collection and their descendants. | |
ExpandAllAncestors | Expands all ancestors of this Task to ensure that it is able to be made visible. | |
FromBytes | Deserializes a single Task object from the specified stream. | |
GetCustomProperty | Returns the value of the property having the given name | |
GetDuration | Returns the duration of this Task, optionally adjusting the returned value to remove non-working hours. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Indent | Removes this Task from the Tasks collection to which it currently belongs, and adds it to the Tasks collection of its former previous sibling. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsAncestorOf | Returns whether this Task is an ancestor of the specified one. | |
IsDescendantOf | Returns whether this Task is a descendant of the specified one. | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Outdent | Removes this Task from the Tasks collection to which it currently belongs, and makes it a sibling of its former parent task. | |
Reset | Restores the properties of this object to their default values. | |
ResetCustomProperties | Resets all custom properties on the task to their default values. | |
ResetCustomProperty | Resets a custom property on the task to it's default value. | |
ResetGridSettings | Resets the GridSettings property to its default value. | |
ResetTaskSettings | Resets the TaskSettings property to its default value. | |
ResetTimelineSettings | Resets the TimelineSettings property to its default value. | |
Save | Overloaded. Returns a byte array containing the serialized object graph of this Task. | |
SetCustomProperty | Sets a custom property on the task. | |
SetDuration | Sets the value of the Duration property. | |
SetSummaryDurationFormat | Sets the format used to depict this task's Duration when it is a summary task. | |
ShouldSerialize | Returns a boolean value indicating whether this object requires serialization. | |
ShouldSerializeCustomProperties | Returns true if any custom property has been set to something other than the default; otherwise false. | |
ShouldSerializeCustomProperty | Returns true if the custom property has been set to something other than the default; otherwise false. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Returns the string representation of this object. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
GetObjectData | Serialization helper method. | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. Releases resources used by this object. | |
OnObjectPropChanged | Overridden. Called when a property of this object changes. | |
OnSubObjectPropChanged | Overridden. Called when a property value changes on a sub-object. | |
ResetAllowedUIActions | Restores the AllowedUIActions property to its default value. | |
ResetConstraintDateTime | Restores the Constraint property to its default value. | |
ResetDeadline | Restores the Deadline property to its default value. | |
ResetDependencies | Restores the Dependencies property to its default value. | |
ResetDuration | Restores the Duration property to its default value. | |
ResetExpanded | Restores the Expanded property to its default value. | |
ResetMilestone | Restores the Milestone property to its default value. | |
ResetName | Restores the Name property to its default value. | |
ResetNotes | Restores the Notes property to its default value. | |
ResetPercentComplete | Restores the PercentComplete property to its default value. | |
ResetResources | Restores the Resources property to its default value. | |
ResetRowHeight | Restores the RowHeight property to its default value. | |
ResetStartDateTime | Restores the StartDateTime property to its default value. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ResetTasks | Restores the Tasks property to its default value. | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |