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

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

Méthodes publiques

Méthode 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 méthode

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

ForwardDelegateActionData() public méthode

Initializes a new instance of the ForwardDelegateActionData class.
public ForwardDelegateActionData ( ) : System
Résultat System

ForwardDelegateActionData() public méthode

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

Serialize() public méthode

Get serialized byte array for this ActionData
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

The total Size of this ActionData buffer
public Size ( ) : int
Résultat int