Struct SortField
Inherited Members
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
public struct SortField
Constructors
SortField(IArcherField, SortType)
Declaration
public SortField(IArcherField field, SortType sortType = SortType.Ascending)
Parameters
IArcherField field |
SortType sortType |
SortField(int, SortType)
Declaration
public SortField(int fieldId, SortType sortType = SortType.Ascending)
Parameters
int fieldId |
SortType sortType |