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

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

공개 메소드들

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

Deserialized byte array to a Restriction instance

Restrictions ( )

Initializes a new instance of the Restrictions class.

Restrictions ( CountByte countType )

Initializes a new instance of the Restrictions class.

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of Restriction

메소드 상세

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

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

Restrictions() 공개 메소드

Initializes a new instance of the Restrictions class.
public Restrictions ( )

Restrictions() 공개 메소드

Initializes a new instance of the Restrictions class.
public Restrictions ( CountByte countType )
countType CountByte The COUNT Type of this class.

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

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

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

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