C# Класс Microsoft.Protocols.TestSuites.MS_OXCTABL.RuleAction

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

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

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

Parse method to obtain current structure from byte array

RuleAction ( ) : System

Initializes a new instance of the RuleAction class.

RuleAction ( Count countType ) : System

Initializes a new instance of the RuleAction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of ActionData

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

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

Parse method to obtain current structure from byte array
public Deserialize ( byte buffer ) : uint
buffer byte Byte array data
Результат uint

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

Initializes a new instance of the RuleAction class.
public RuleAction ( ) : System
Результат System

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

Initializes a new instance of the RuleAction class.
public RuleAction ( Count countType ) : System
countType Count The COUNT Type of this class
Результат System

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

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

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

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