C# Class 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.
Inheritance: Restrictions
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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

Method Details

ContentRestriction() public method

Initializes a new instance of the ContentRestriction class.
public ContentRestriction ( ) : System
return System

Deserialize() public method

Deserialized byte array to a Restriction instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of a Restriction instance.
return uint

Serialize() public method

Get serialized byte array for this structure
public Serialize ( ) : byte[]
return byte[]

Size() public method

Get the total Size of Restriction
public Size ( ) : int
return int