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
infoObject
BaseInfoObject instance
ascending
boolIndicates if the sort should be ascending
orderColumn
stringName of the order column. If null, OrderColumn from TypeInfo is taken
nameColumn
stringColumn by the content of which the alphabetical order will be set