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

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

Méthodes publiques

Méthode Description
AndRestriction ( ) : System

Initializes a new instance of the AndRestriction class.

AndRestriction ( CountByte countType ) : System

Initializes a new instance of the AndRestriction class.

Deserialize ( byte buffer ) : uint

Deserialized 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

AndRestriction() public méthode

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

AndRestriction() public méthode

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

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

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