C# 클래스 Microsoft.Protocols.TestSuites.Common.SortOrder

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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