C# Class Microsoft.Protocols.TestSuites.MS_OXCFOLD.NotRestriction

The NotRestriction structure.
Inheritance: Restriction
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte restrictionData ) : void

Deserialize the NotRestriction data.

NotRestriction ( ) : System

Initializes a new instance of the NotRestriction class.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

Method Details

Deserialize() public method

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

NotRestriction() public method

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

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