C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.STAT

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

공개 프로퍼티들

프로퍼티 타입 설명
CodePage uint
ContainerID uint
CurrentRec uint
Delta int
NumPos uint
SortLocale uint
SortType uint
TemplateLocale uint
TotalRecs uint

공개 메소드들

메소드 설명
InitiateStat ( ) : void

Initiate the stat to initial values.

Parse ( byte rawData, int &startIndex ) : STAT

Parse the STAT from the response data.

Serialize ( ) : byte[]

This method is used for serializing the STAT

메소드 상세

InitiateStat() 공개 메소드

Initiate the stat to initial values.
public InitiateStat ( ) : void
리턴 void

Parse() 공개 정적인 메소드

Parse the STAT from the response data.
public static Parse ( byte rawData, int &startIndex ) : STAT
rawData byte The response data.
startIndex int The start index.
리턴 STAT

Serialize() 공개 메소드

This method is used for serializing the STAT
public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

CodePage 공개적으로 프로퍼티

This field contains a DWORD value that represents a code page. The client sets this field to specify the code page the client uses for non-Unicode strings. The server MUST use this value during string handling and MUST NOT modify this field.
public uint CodePage
리턴 uint

ContainerID 공개적으로 프로퍼티

This field contains a Minimal Entry ID. The client sets this field to specify the Minimal Entry ID of the address book container that this STAT structure represents.
public uint ContainerID
리턴 uint

CurrentRec 공개적으로 프로퍼티

This field contains a Minimal Entry ID. The client sets this field to specify a beginning position in the table for the start of an NSPI method. The server sets this field to report the end position in the table after processing an NSPI method.
public uint CurrentRec
리턴 uint

Delta 공개적으로 프로퍼티

This field contains a long value. The client sets this field to specify an offset from the beginning position in the table for the start of an NSPI method.
public int Delta
리턴 int

NumPos 공개적으로 프로퍼티

This field contains a DWORD value that specifies a position in the table. The client sets this field to specify a fractional position for the beginning position in the table for the start of an NSPI method. The server sets this field to specify the approximate fractional position at the end of an NSPI method.
public uint NumPos
리턴 uint

SortLocale 공개적으로 프로퍼티

This field contains a DWORD value that represents an LCID. The client sets this field to specify the LCID that it wants the server to use when sorting any strings. The server MUST use this value during sorting and MUST NOT modify this field.
public uint SortLocale
리턴 uint

SortType 공개적으로 프로퍼티

This field contains a DWORD value that represents a sort order. The client sets this field to specify the sort type of this table.
public uint SortType
리턴 uint

TemplateLocale 공개적으로 프로퍼티

This field contains a DWORD value that represents a language code identifier (LCID). The client sets this field to specify the LCID associated with the template the client wants the server to return. The server MUST NOT modify this field.
public uint TemplateLocale
리턴 uint

TotalRecs 공개적으로 프로퍼티

This field contains a DWORD value that specifies the number of rows in the table. The client sets this field to specify a fractional position for the beginning position in the table for the start of an NSPI method. The server sets this field to specify the total number of rows in the table.
public uint TotalRecs
리턴 uint