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

An extended rule's PidTagExtendedRuleMessageActions property contains additional information about the Version of the rule and the named properties stored in the rule action, as well as information about the actions to be performed by this rule.
Наследование: IActionData
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deserialize ( byte buffer ) : uint

Deserialized byte array to an ActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

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

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

Deserialized byte array to an ActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionData instance.
Результат uint

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

Get serialized byte array for this struct
public Serialize ( ) : byte[]
Результат byte[]

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

Get the total Size of ActionData
public Size ( ) : int
Результат int