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

The ContentRestriction structure.
상속: Restriction
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
ContentRestriction ( ) : System

Initializes a new instance of the ContentRestriction class.

Deserialize ( byte restrictionData ) : void

Deserialize the AndRestriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

메소드 상세

ContentRestriction() 공개 메소드

Initializes a new instance of the ContentRestriction class.
public ContentRestriction ( ) : 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