Class ObjectSortEventArgs
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Object event arguments
public class ObjectSortEventArgs : ObjectSortEventArgs<BaseInfo>
- Inheritance
-
objectEventArgsObjectSortEventArgs
- Inherited Members
- Extension Methods
Constructors
ObjectSortEventArgs()
Constructor.
public ObjectSortEventArgs()
ObjectSortEventArgs(BaseInfo, bool, string, string)
Constructor.
public ObjectSortEventArgs(BaseInfo infoObject, bool ascending, string orderColumn, string nameColumn)
Parameters
infoObjectBaseInfoObject instance
ascendingboolIndicates if the sort should be ascending
orderColumnstringName of the order column. If null, OrderColumn from TypeInfo is taken
nameColumnstringColumn by the content of which the alphabetical order will be set