C# Class Microsoft.Protocols.TestSuites.Common.SortOrder

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Order byte
PropertyId ushort
PropertyType ushort

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

Order public property

MUST be one of the values listed in [MS-OXCDATA] 2.14.1.
public byte Order
return byte

PropertyId public property

Identifies the column to sort on.
public ushort PropertyId
return ushort

PropertyType public property

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
return ushort