OrderByCollectionAdd - метод
Adds the specified property definition / sort direction pair to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void Add(
PropertyDefinitionBase propertyDefinition,
SortDirection sortDirection
)
Public Sub Add (
propertyDefinition As PropertyDefinitionBase,
sortDirection As SortDirection
)
public:
void Add(
PropertyDefinitionBase^ propertyDefinition,
SortDirection sortDirection
)
member Add :
propertyDefinition : PropertyDefinitionBase *
sortDirection : SortDirection -> unit
Параметры
- propertyDefinition PropertyDefinitionBase
- The property definition.
- sortDirection SortDirection
- The sort direction.