C# Class Microsoft.Protocols.TestSuites.MS_OXNSPI.AndRestriction

The AndRestriction class.
Inheritance: Restriction
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
AndRestriction ( ) : System

Initializes a new instance of the AndRestriction class.

Deserialize ( byte restrictionData ) : void

Deserialize the AndRestriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

Method Details

AndRestriction() public méthode

Initializes a new instance of the AndRestriction class.
public AndRestriction ( ) : System
Résultat System

Deserialize() public méthode

Deserialize the AndRestriction data.
public Deserialize ( byte restrictionData ) : void
restrictionData byte The restriction data.
Résultat void

Serialize() public méthode

Serialize the Restriction data.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Get the size of the restriction data.
public Size ( ) : int
Résultat int