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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
Order byte
PropertyId ushort
PropertyType ushort

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of this structure.
public Size ( ) : int
Résultat int

Property Details

Order public_oe property

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

PropertyId public_oe property

Identifies the column to sort on.
public ushort PropertyId
Résultat ushort

PropertyType public_oe 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
Résultat ushort