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

For Rule Action format
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte buffer ) : uint

Parse method to obtain current structure from byte array

RuleAction ( ) : System

Initializes a new instance of the RuleAction class.

RuleAction ( CountByte countType ) : System

Initializes a new instance of the RuleAction class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

Method Details

Deserialize() public méthode

Parse method to obtain current structure from byte array
public Deserialize ( byte buffer ) : uint
buffer byte Byte array data.
Résultat uint

RuleAction() public méthode

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

RuleAction() public méthode

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

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 ActionData
public Size ( ) : int
Résultat int