In This Article

Ordering Class

Provides data used to order one object relative to another.

public class Ordering
Inheritance:
object object

Constructors

Ordering(string, OrderPlacement)

Provides data used to order one object relative to another.

public Ordering(string key, OrderPlacement placement)
Parameter Type Description
key string

The string-based key of the object relative to which the ordering's owner should be positioned.

placement OrderPlacement

The OrderPlacement that indicates how to position the ordering's owner relative to the object specified by Key.

Properties

Key

The string-based key of the object relative to which the ordering's owner should be positioned.

public string Key { get; }

Property Value

string

Placement

The OrderPlacement that indicates how to position the ordering's owner relative to the object specified by Key.

public OrderPlacement Placement { get; }

Property Value

OrderPlacement

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members

Extension Methods