C# Класс Microsoft.Protocols.TestSuites.MS_OXCMSG.AddressBookEntryID

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

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

Свойство Тип Описание
Domain string
Flags uint
ProviderUID byte[]
Type uint
Version byte[]
X500DN string

Открытые методы

Метод Описание
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the response buffer.

Equals ( object obj ) : bool

Indicates whether this instance and a specific object are equals

GetHashCode ( ) : int

Return the hash code of this instance.

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Size of address book EntryId structure.

Приватные методы

Метод Описание
GetAddressValue ( byte values, int &index ) : string

Get Address Value in the byte array values

Описание методов

Deserialize() публичный Метод

Deserialize the response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte Bytes in response.
startIndex int The start index of this structure.
Результат int

Equals() публичный Метод

Indicates whether this instance and a specific object are equals
public Equals ( object obj ) : bool
obj object The object that compare with this instance.
Результат bool

GetHashCode() публичный Метод

Return the hash code of this instance.
public GetHashCode ( ) : int
Результат int

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Size of address book EntryId structure.
public Size ( ) : int
Результат int

Описание свойств

Domain публичное свойство

Follows X500DN
public string Domain
Результат string

Flags публичное свойство

A 4 bytes indicates a long-term EntryID, this value must be 0x00000000.
public uint Flags
Результат uint

ProviderUID публичное свойство

The value of ProviderUID
public byte[] ProviderUID
Результат byte[]

Type публичное свойство

A 32-bit integer representing the type of the object.
public uint Type
Результат uint

Version публичное свойство

The version for address book entry id,MUST be set to %x01.00.00.00.
public byte[] Version
Результат byte[]

X500DN публичное свойство

The X500 DN of the Address Book object. X500DN is a null-terminated string of 8-bit characters.
public string X500DN
Результат string