Models the information for ordering.
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Direction of sorting.
public Direction Direction { get; set; }Field key.
public String FieldKey { get; set; }Index position of this order field.
public Int32 Index { get; set; }Checks whether other is equals to this object.
public Boolean Equals(other)true if the object are equals.
| Name | Type | Summary |
|---|---|---|
| other | OrderField | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the object are equals.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of the OrderField.
public String ToString()In this document