pmMDA.NET

DataObjectOrder Members

DataObjectOrder overview

Public Instance Constructors

DataObjectOrder Overloaded. Initializes a new instance of the DataObjectOrder class.

Public Instance Properties

Item Gets or sets the order parameter at a specified index.

Public Instance Methods

Add Adds an order parameter.
Clear Clears all order parameters within this order.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FillCriteria Fills the specified criteria with the data of this data object order.
GetEnumerator Gets an enumerator that can enumerate the order parameters within this data object order.
GetFilterForLastAvailableItem 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData Populates the info with the data needed to serialize this data object order.
GetType (inherited from Object) Gets the Type of the current instance.
Remove Removes an order parameter.
RemoveAt Removes an order parameter at a specified index.
Sort 
ToHqlString Returns an "order by" HQL string that can be used in NHibernate.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

OrderChanged Occurs when the order has changed.

Protected Instance Constructors

DataObjectOrder Overloaded. Initializes a new instance of the DataObjectOrder class.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnOrderChanged Raises the OrderChanged event.

See Also

DataObjectOrder Class | PmMda.Net.Dog.Sorting Namespace