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

Base class of Restriction
Inheritance: IRestriction
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Deserialize ( byte buffer ) : void

Deserialized byte array to an Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

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 buffer ) : void
buffer byte Byte array contain data of an Restriction instance
return void

Serialize() public abstract method

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

Size() public abstract method

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