Click or drag to resize
ReferenceTask Methods

The ReferenceTask type exposes the following members.

Methods
  NameDescription
Public methodActivate
Activation.
Public methodDeactivate
Deactivation.
Public methodDecide
Depending on the group policy of its parent, the floating point return value indicates whether the task will be activated.
Public methodEquals(Object)
The equals.
(Overrides ObjectEquals(Object).)
Public methodEquals(ReferenceTask)
The equals.
Public methodFindTasks
Searches for tasks which forfill the passed predicate.
Public methodGetActiveTasks
Generates a collection of active task nodes under this task. Used for debugging only.
Public methodGetHashCode
The get hash code.
(Overrides ObjectGetHashCode.)
Public methodGetSchema
The get schema.
Public methodGetValueOrDefault
Returns the stored parameter value or, if none is set, the default value.
Public methodStatic memberReadUnknownTask
Reads an unknown task from xml and tries to capsule it into a ReferenceTask object. If no task description for the task type was found, null is returned.
Public methodReadXml
The read xml.
Public methodSetValue
Sets the value for the parameter with the specified description.
Public methodTryGetValue(TaskParameterDescription, Object)
Tries to fetch the value of the parameter with the passed description.
Public methodTryGetValueT(TaskParameterDescription, T)
Tries to fetch the value of the parameter with the passed description.
Public methodUpdate
Per frame update.
Public methodWriteXml
The write xml.
Top
See Also