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

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

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

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

Deserialize the PropertyRestriction data.

PropertyRestriction ( ) : System

Initializes a new instance of the PropertyRestriction class.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

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

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

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

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

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

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

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

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

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