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

Extended rule conditions contain information about any named properties contained inside of them.
Показать файл Открыть проект Примеры использования класса

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

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

Deserialized byte array to an ExtendedRuleCondition instance

ExtendedRuleCondition ( ) : System.Collections.Generic

Initializes a new instance of the ExtendedRuleCondition class.

ExtendedRuleCondition ( CountByte countType ) : System.Collections.Generic

Initializes a new instance of the ExtendedRuleCondition class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ExtendedRuleCondition

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

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

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

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

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

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

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

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

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

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

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