C# Класс Microsoft.Protocols.TestSuites.MS_OXORULE.EphemeralEntryID

The EphemeralEntryID structure identifies a specific object in the address book.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
DisplayType DisplayTypeValue
IDType byte
Mid uint
ProviderUID FlatUID_r
R1 byte
R2 byte
R3 byte
R4 uint

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

Метод Описание
Compare ( EphemeralEntryID id1 ) : bool

Compare whether the two EphemeralEntryID structures are equal or not.

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

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

Compare whether the two EphemeralEntryID structures are equal or not.
public Compare ( EphemeralEntryID id1 ) : bool
id1 EphemeralEntryID The EphemeralEntryID structure to be compared.
Результат bool

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

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

The display type of the object specified by this Ephemeral Entry ID.
public DisplayTypeValue DisplayType
Результат DisplayTypeValue

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

The type of this ID. The value is the constant 0x87.
public byte IDType
Результат byte

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

The Minimal Entry ID of this object, as specified in section 2.3.8.1. This value is expressed in little-endian format.
public uint Mid
Результат uint

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

Contain the GUID of the server that issues this Ephemeral Entry ID.
public FlatUID_r,Microsoft.Protocols.TestSuites.MS_OXORULE ProviderUID
Результат FlatUID_r

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

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R1
Результат byte

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

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R2
Результат byte

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

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R3
Результат byte

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

Reserved. All clients and servers MUST set this value to the constant 0x00000001.
public uint R4
Результат uint