C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFOLD.Restriction

The common restricts type structure.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( byte restrictionData ) : void

Deserialize the Restriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

메소드 상세

Deserialize() 공개 추상적인 메소드

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

Serialize() 공개 추상적인 메소드

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

Size() 공개 추상적인 메소드

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