C# Class Microsoft.Protocols.TestSuites.MS_OXCTABL.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 ( Count countType ) : System

Initializes a new instance of the RuleAction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

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 ( Count countType ) : System
countType Count The COUNT Type of this class
return System

Serialize() public method

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

Size() public method

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