C# Класс Microsoft.Protocols.TestSuites.MS_OXNSPI.NotRestriction

The NotRestriction class.
Наследование: Restriction
Показать файл Открыть проект

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

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

Deserialize the NotRestriction data.

NotRestriction ( ) : System

Initializes a new instance of the NotRestriction class.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

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

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

Deserialize the NotRestriction data.
public Deserialize ( byte restrictionData ) : void
restrictionData byte The restriction data.
Результат void

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

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

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

Serialize the Restriction data.
public Serialize ( ) : byte[]
Результат byte[]

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

Get the size of the restriction data.
public Size ( ) : int
Результат int