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

Base class of Restrictions
Наследование: IRestriction
Показать файл Открыть проект

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

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

Deserialized byte array to a Restriction instance

Restrictions ( )

Initializes a new instance of the Restrictions class.

Restrictions ( CountByte countType )

Initializes a new instance of the Restrictions class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of Restriction

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

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

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

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

Initializes a new instance of the Restrictions class.
public Restrictions ( )

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

Initializes a new instance of the Restrictions class.
public Restrictions ( CountByte countType )
countType CountByte The COUNT Type of this class.

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

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

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

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