TaskCondition Enumeration
Indicates the association of a task to a business object that has been selected in the Dashboard.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public enum TaskCondition
public enum class TaskCondition
Public Enumeration TaskCondition
Members
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. |
Remarks
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>.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top