C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.Restrictions

Base class of Restrictions
Inheritance: IRestriction
Exibir arquivo Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

Restrictions ( )

Initializes a new instance of the Restrictions class.

Restrictions ( CountByte countType )

Initializes a new instance of the Restrictions class.

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 a Restriction instance
public abstract Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of a Restriction instance.
return uint

Restrictions() public method

Initializes a new instance of the Restrictions class.
public Restrictions ( )

Restrictions() public method

Initializes a new instance of the Restrictions class.
public Restrictions ( CountByte countType )
countType CountByte The COUNT Type of this class.

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