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

The common restricts type structure.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte restrictionData ) : void

Deserialize the Restriction data.

Serialize ( ) : byte[]

Serialize the Restriction data.

Size ( ) : int

Get the size of the restriction data.

Method Details

Deserialize() public abstract méthode

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

Serialize() public abstract méthode

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

Size() public abstract méthode

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