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

Base class of Restriction
상속: IRestriction
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

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

Deserialized byte array to an Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

메소드 상세

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

Deserialized byte array to an Restriction instance
public abstract Deserialize ( byte buffer ) : void
buffer byte Byte array contain data of an Restriction instance
리턴 void

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

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

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

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