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

The OrRestriction structure describes an OR restriction, which is used to join a group of restrictions using a logical OR operation. The result of an OrRestriction is TRUE if at least one of its child restrictions evaluates to TRUE, and FALSE if all child restrictions evaluate to FALSE.
Inheritance: Restrictions
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

OrRestriction ( ) : System

Initializes a new instance of the OrRestriction class.

OrRestriction ( CountByte countType ) : System

Initializes a new instance of the OrRestriction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

Deserialize() public méthode

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

OrRestriction() public méthode

Initializes a new instance of the OrRestriction class.
public OrRestriction ( ) : System
Résultat System

OrRestriction() public méthode

Initializes a new instance of the OrRestriction class.
public OrRestriction ( CountByte countType ) : System
countType CountByte The COUNT Type of this class.
Résultat System

Serialize() public méthode

Get serialized byte array for this structure
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Get the total Size of Restriction
public Size ( ) : int
Résultat int