Share via


SelectionTask.ConditionProvider Property

Gets or sets a Converter delegate method that is used to convert an instance of a business object to the TaskCondition for the task.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration

Property Value

An instance of a Converter delegate method.

Remarks

A business object encapsulates information and methods, which relate to business data or business functionality. The information in a business object is usually exposed as properties.

This property is used by the Administration Console when an instance of a business object is selected to determine how the task operates on the selected object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

SelectionTask Generic Class
SelectionTask Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace