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

Rule conditions contain information about any named properties contained inside of them.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

Deserialized byte array to an RuleCondition instance

RuleCondition ( ) : System.Collections.Generic

Initializes a new instance of the RuleCondition class.

RuleCondition ( CountByte countType ) : System.Collections.Generic

Initializes a new instance of the RuleCondition class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of RuleCondition

메소드 상세

Deserialize() 공개 메소드

Deserialized byte array to an RuleCondition instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of a Restriction instance.
리턴 uint

RuleCondition() 공개 메소드

Initializes a new instance of the RuleCondition class.
public RuleCondition ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RuleCondition() 공개 메소드

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

Serialize() 공개 메소드

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

Size() 공개 메소드

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