Table of Contents

Class ObjectSortEventArgs

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Object event arguments

public class ObjectSortEventArgs : ObjectSortEventArgs<BaseInfo>
Inheritance
object
EventArgs
ObjectSortEventArgs
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 BaseInfo

Object instance

ascending bool

Indicates if the sort should be ascending

orderColumn string

Name of the order column. If null, OrderColumn from TypeInfo is taken

nameColumn string

Column by the content of which the alphabetical order will be set