C# Класс Microsoft.Protocols.TestSuites.Common.SortOrder

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Order byte
PropertyId ushort
PropertyType ushort

Открытые методы

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Описание методов

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Return the size of this structure.
public Size ( ) : int
Результат int

Описание свойств

Order публичное свойство

MUST be one of the values listed in [MS-OXCDATA] 2.14.1.
public byte Order
Результат byte

PropertyId публичное свойство

Identifies the column to sort on.
public ushort PropertyId
Результат ushort

PropertyType публичное свойство

Identifies the data type of the column to sort on. If the property is multi-valued, for example, the MultivalueFlag bit (0x1000) is set in the PropertyType, then clients MUST also set the MultivalueInstance bit (0x2000). In this case the server MUST generate one row for each individual value of a multi-value column, and sort the table by individual values of that column.
public ushort PropertyType
Результат ushort