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

This define the base class for a property value node
Наследование: Microsoft.Protocols.TestSuites.Common.Node
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Parse ( Context context ) : void

Parse bytes in context into a PropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

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

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

Parse bytes in context into a PropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
Результат void

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

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

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

Return the size of this structure.
public Size ( ) : int
Результат int