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

The NotRestriction structure describes a NOT restriction, which is used to apply a logical NOT operation to a single restriction. The result of a NotRestriction is TRUE if the child restriction evaluates to FALSE, and FALSE if the child restriction evaluates to TRUE.
Inheritance: Restrictions
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

NotRestriction ( ) : System.Collections.Generic

Initializes a new instance of the NotRestriction class.

NotRestriction ( CountByte countType ) : System.Collections.Generic

Initializes a new instance of the NotRestriction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

Deserialize() public method

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

NotRestriction() public method

Initializes a new instance of the NotRestriction class.
public NotRestriction ( ) : System.Collections.Generic
return System.Collections.Generic

NotRestriction() public method

Initializes a new instance of the NotRestriction class.
public NotRestriction ( CountByte countType ) : System.Collections.Generic
countType CountByte The COUNT Type of this class.
return System.Collections.Generic

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