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

Base class of Restriction
Mostra file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Deserialize ( byte restrictionData ) : void

Deserialized byte array to an Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of Restriction

Method Details

Deserialize() public abstract method

Deserialized byte array to an Restriction instance
public abstract Deserialize ( byte restrictionData ) : void
restrictionData byte Byte array contain data of an Restriction instance
return void

Serialize() public abstract method

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

Size() public abstract method

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