TaskCondition Enumeration
Indicates the association of a task to a business object that has been selected in the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| Member name | Description | |
|---|---|---|
| Default | Indicates that the task is associated with the selected business object and the task is the default for the current selection. | |
| Normal | Indicates that the task is associated to the current selected business object. | |
| NotApplicable | Indicates that the task does not apply to the current selected business object. |
A business object encapsulates information and methods that relate to business data or business functionality. The information in a business object is exposed as properties.
This enumeration is used with a TaskCondition<TBusinessObject> object, which is assigned to a SelectionTask<TBusinessObject>.
Community Additions
ADD
Show: