C# Class Microsoft.Protocols.TestSuites.MS_OXNSPI.ContentRestriction

The ContentRestriction class.
Inheritance: Restriction
ファイルを表示 Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
ContentRestriction ( ) : System

Initializes a new instance of the ContentRestriction class.

Deserialize ( byte restrictionData ) : void

Deserialize the OrRestriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

Method Details

ContentRestriction() public method

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

Deserialize() public method

Deserialize the OrRestriction data.
public Deserialize ( byte restrictionData ) : void
restrictionData byte The restriction data.
return void

Serialize() public method

Serialize the Restriction data.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Get the size of the restriction data.
public Size ( ) : int
return int