OrderField

Models the information for ordering.

Namespace:
KpokEntityTool.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.IEquatable{KpokEntityTool.Models.OrderField}, System.ComponentModel.INotifyPropertyChanged

Constructors

OrderField

Default constructor

Signature:
public Void OrderField()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

Direction

Direction of sorting.

Signature:
public Direction Direction { get; set; }

FieldKey

Field key.

Signature:
public String FieldKey { get; set; }

Index

Index position of this order field.

Signature:
public Int32 Index { get; set; }

Methods

Equals

Checks whether other is equals to this object.

Signature:
public Boolean Equals(other)
Returns

true if the object are equals.

Parameters
Name Type Summary
other OrderField Object to compare.

Equals

Checks whether obj is equals to this object.

Signature:
public Boolean Equals(obj)
Returns

true if the object are equals.

Parameters
Name Type Summary
obj Object Object to compare.

GetHashCode

Implemented to avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of the OrderField.

Signature:
public String ToString()