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

The SubObjectRestriction structure applies its subrestriction to a Message object's attachment table or recipients. If ANY row of the subobject satisfies the subrestriction, then the message satisfies the SubObjectRestriction.
Наследование: Restrictions
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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

SubObjectRestriction ( ) : System.Collections.Generic

Initializes a new instance of the SubObjectRestriction class.

SubObjectRestriction ( CountByte countType ) : System.Collections.Generic

Initializes a new instance of the SubObjectRestriction class.

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

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

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

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

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

Initializes a new instance of the SubObjectRestriction class.
public SubObjectRestriction ( CountByte countType ) : System.Collections.Generic
countType CountByte The COUNT Type of this class.
Результат System.Collections.Generic