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

ActionBlock struct in RuleAction
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
ActionBlock ( ) : System

Initializes a new instance of the ActionBlock class.

ActionBlock ( CountByte countType ) : System

Initializes a new instance of the ActionBlock class.

Deserialize ( byte buffer ) : uint

Deserialized byte array to an ActionBlock instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

Method Details

ActionBlock() public method

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

ActionBlock() public method

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

Deserialize() public method

Deserialized byte array to an ActionBlock instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionBlock 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