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

Action Data buffer format for ActionType: OP_FORWARD, OP_DELEGATE
Inheritance: IActionData
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a ForwardActionData instance

ForwardDelegateActionData ( ) : System

Initializes a new instance of the ForwardDelegateActionData class.

ForwardDelegateActionData ( CountByte countType ) : System

Initializes a new instance of the ForwardDelegateActionData class.

Serialize ( ) : byte[]

Get serialized byte array for this ActionData

Size ( ) : int

The total Size of this ActionData buffer

Method Details

Deserialize() public method

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

ForwardDelegateActionData() public method

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

ForwardDelegateActionData() public method

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

Serialize() public method

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

Size() public method

The total Size of this ActionData buffer
public Size ( ) : int
return int