C# Класс Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.STAT

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

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

Свойство Тип Описание
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