C# 클래스 Microsoft.Protocols.TestSuites.MS_OXNSPI.AndRestriction

The AndRestriction class.
상속: Restriction
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
AndRestriction ( ) : System

Initializes a new instance of the AndRestriction class.

Deserialize ( byte restrictionData ) : void

Deserialize the AndRestriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

메소드 상세

AndRestriction() 공개 메소드

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

Deserialize() 공개 메소드

Deserialize the AndRestriction data.
public Deserialize ( byte restrictionData ) : void
restrictionData byte The restriction data.
리턴 void

Serialize() 공개 메소드

Serialize the Restriction data.
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Get the size of the restriction data.
public Size ( ) : int
리턴 int