C# Class Microsoft.Protocols.TestSuites.MS_OXCFOLD.NotRestriction

The NotRestriction structure.
Inheritance: Restriction
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte restrictionData ) : void

Deserialize the NotRestriction data.

NotRestriction ( ) : System

Initializes a new instance of the NotRestriction class.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

Method Details

Deserialize() public méthode

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

NotRestriction() public méthode

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

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