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

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

Méthodes publiques

Méthode Description
Deserialize ( byte buffer ) : void

Deserialized byte array to an Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

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 buffer ) : void
buffer byte Byte array contain data of an Restriction instance
Résultat void

Serialize() public abstract méthode

Get serialized byte array for this structure
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