pmMDA.NET

DataObjectOrder Methods

The methods of the DataObjectOrder class are listed below. For a complete list of DataObjectOrder class members, see the DataObjectOrder Members topic.

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.

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