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

The common restricts type structure.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte restrictionData ) : void

Deserialize the Restriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

Method Details

Deserialize() public abstract method

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

Serialize() public abstract method

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

Size() public abstract method

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