AsyncUiTask<TBusinessObject> Properties

 

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Properties

Name Description
System_CAPS_pubproperty ArgumentEquality

Gets or sets an EqualityChecker<TBusinessObject> delegate method that is used to determine whether two business objects are equal.

System_CAPS_pubproperty ConditionProvider

Gets or sets a Converter<TInput, TOutput> delegate method that is used to convert an instance of a business object to the TaskCondition<TBusinessObject> for the task.(Inherited from SelectionTask<TBusinessObject>.)

System_CAPS_pubproperty Description

Gets or sets the description of the Task object.(Inherited from Task.)

System_CAPS_pubproperty DisplayName

Gets the display name of the Task object.(Inherited from Task.)

System_CAPS_pubproperty Icon

Obsolete. Gets or sets the Icon that is associated with the Task object.(Inherited from Task.)

System_CAPS_pubproperty ID

Gets the identifier of the task.(Inherited from Task.)

System_CAPS_pubproperty Initialization

Gets or sets an Initializer<TBusinessObject> delegate method that is used to perform any type of lengthy initialization.

System_CAPS_pubproperty Tag

Gets or sets an object that is used to identify the Task.(Inherited from Task.)

System_CAPS_pubproperty TaskStatus

Gets and sets the status of the current task.(Inherited from Task.)

System_CAPS_pubproperty UiActivation

Gets or sets the behavior that the Dashboard uses to decide whether to use an existing process when the same task is selected or to start a new process each time the task is selected.

See Also

AsyncUiTask<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top