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

The BitMaskRestriction structure describes a bitmask restriction, which performs a bitwise AND operation and compares the result with zero.
Inheritance: Restrictions
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
BitMaskRestriction ( ) : System

Initializes a new instance of the BitMaskRestriction class.

Deserialize ( byte buffer ) : uint

De-serialized byte array to a Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

BitMaskRestriction() public method

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

Deserialize() public method

De-serialized byte array to a Restriction instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of a Restriction instance.
return uint

Serialize() public method

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

Size() public method

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