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.
Placement
The OrderPlacement that indicates how to position the ordering's owner relative to the object specified by Key.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()