Version 24.2 (latest)

ProjectTask Class Methods

For a list of all members of this type, see ProjectTask members.

Public Methods
 NameDescription
Public MethodDeleteDeletes the task and its subtasks.  
Public MethodGetLocalReturns the DateTime for the specified property relative to the specified Infragistics.Controls.Schedules.TimeZoneToken  
Public MethodIndentUsed to remove a task from the Parent and make it a child of the previous sibling task.  
Public MethodIsAncestorOfReturns a boolean indicating if the specified task is a descendant of this instance.  
Public MethodIsDescendantOfReturns a boolean indicating if this task is a descendant of the specified task.  
Public MethodOutdentUsed to remove the task from the Parent and make it a sibling immediately following it and moves all remaining siblings to be children of this task.  
Public MethodRepositionMoves this task relative to the specified task.  
Public MethodRespectLinksReschedules the manual task so it honors its dependencies.  
Public MethodSetLocalReturns the DateTime for the specified property relative to the specified Infragistics.Controls.Schedules.TimeZoneToken  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedOverridden. Invoked when the HasListeners property changes.  
Protected MethodOnPropertyChangedOverridden. Overridden. Called when property changed event is raised.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
See Also