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

For Rule Action format
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( byte buffer ) : uint

Parse method to obtain current structure from byte array

RuleAction ( ) : System

Initializes a new instance of the RuleAction class.

RuleAction ( CountByte countType ) : System

Initializes a new instance of the RuleAction class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

메소드 상세

Deserialize() 공개 메소드

Parse method to obtain current structure from byte array
public Deserialize ( byte buffer ) : uint
buffer byte Byte array data.
리턴 uint

RuleAction() 공개 메소드

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

RuleAction() 공개 메소드

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

Serialize() 공개 메소드

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

Size() 공개 메소드

Get the total Size of ActionData
public Size ( ) : int
리턴 int