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

The ExistRestriction structure tests whether a particular property value exists on a row of the table.
Наследование: Restrictions
Показать файл Открыть проект Примеры использования класса

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

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

Deserialized byte array to a Restriction instance

ExistRestriction ( ) : System.Collections.Generic

Initializes a new instance of the ExistRestriction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

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

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

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

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

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

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

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

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

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