Share via


ListColumn.Comparer Property

Gets or sets a delegate method that is used to define how the column sorts data.

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

Usage

Syntax

'Declaration
Public Property Comparer As Comparison(Of TBusinessObject)
public Comparison<TBusinessObject> Comparer { get; set; }
public:
property Comparison<TBusinessObject>^ Comparer {
    Comparison<TBusinessObject>^ get ();
    void set (Comparison<TBusinessObject>^ value);
}
/** @property */
public Comparison<TBusinessObject> get_Comparer ()

/** @property */
public void set_Comparer (Comparison<TBusinessObject> value)
public function get Comparer () : Comparison<TBusinessObject>

public function set Comparer (value : Comparison<TBusinessObject>)

Property Value

An instance of a Comparison delegate method.

Remarks

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

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

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