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)

Usage

Syntax

'Declaration
Public Enumeration TaskCondition
public enum TaskCondition
public enum class TaskCondition
public enum TaskCondition
public enum 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 object, which is assigned to a SelectionTask.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace