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

The ContentRestriction structure describes a content restriction, which is used to limit a table view to only those rows that include a column with contents matching a search string.
Наследование: Restrictions
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContentRestriction ( ) : System

Initializes a new instance of the ContentRestriction class.

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

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

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

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

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