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

The SizeRestriction structure describes a Size restriction which compares the Size (in bytes) of a property value with a given Size.
상속: Restrictions
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

Deserialized byte array to a Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

SizeRestriction ( ) : System

Initializes a new instance of the SizeRestriction class.

메소드 상세

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

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

Size() 공개 메소드

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

SizeRestriction() 공개 메소드

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