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

The ComparePropertiesRestriction structure specifies a comparison between the values of two properties using a relational operator.
Наследование: Restrictions
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ComparePropertiesRestriction ( ) : System.Collections.Generic

Initializes a new instance of the ComparePropertiesRestriction class.

Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

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

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

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

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

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

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

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

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

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