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

An extended rule's PidTagExtendedRuleMessageActions property contains additional information about the Version of the rule and the named properties stored in the rule action, as well as information about the actions to be performed by this rule.
Inheritance: IActionData
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 ActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

Method Details

Deserialize() public méthode

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

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