C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.ForwardDelegateActionData

Action Data buffer format for ActionType: OP_FORWARD, OP_DELEGATE
상속: IActionData
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Deserialize() 공개 메소드

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

ForwardDelegateActionData() 공개 메소드

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

ForwardDelegateActionData() 공개 메소드

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

Serialize() 공개 메소드

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

Size() 공개 메소드

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