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

Base class of Restriction
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
Deserialize ( byte restrictionData ) : void

Deserialized byte array to an Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of Restriction

Method Details

Deserialize() public abstract méthode

Deserialized byte array to an Restriction instance
public abstract Deserialize ( byte restrictionData ) : void
restrictionData byte Byte array contain data of an Restriction instance
Résultat void

Serialize() public abstract méthode

Get serialized byte array for this struct
public abstract Serialize ( ) : byte[]
Résultat byte[]

Size() public abstract méthode

Get the total Size of Restriction
public abstract Size ( ) : int
Résultat int