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
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method 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 method

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

Serialize() public method

Get serialized byte array for this struct
public Serialize ( ) : byte[]
return byte[]

Size() public method

Get the total Size of ActionData
public Size ( ) : int
return int