OrderByCollectionAdd - метод
Adds the specified property definition / sort direction pair to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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.