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

For Rule Action format
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

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

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

RuleAction() public method

Initializes a new instance of the RuleAction class.
public RuleAction ( ) : System
return System

RuleAction() public method

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

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