TaskCondition Enumeration
Indicates the association of a task to a business object that has been selected in the Administration Console.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.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 object, which is assigned to a SelectionTask.
Community Additions
Show: