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

Rule conditions contain information about any named properties contained inside of them.
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 an RuleCondition instance

RuleCondition ( ) : System.Collections.Generic

Initializes a new instance of the RuleCondition class.

RuleCondition ( CountByte countType ) : System.Collections.Generic

Initializes a new instance of the RuleCondition class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of RuleCondition

Method Details

Deserialize() public méthode

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

RuleCondition() public méthode

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

RuleCondition() public méthode

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

Serialize() public méthode

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

Size() public méthode

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