C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.PropertyRestriction

The PropertyRestriction structure describes a property restriction that is used to match a constant with the value of a property.
Inheritance: Restrictions
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

PropertyRestriction ( ) : System.Collections.Generic

Initializes a new instance of the PropertyRestriction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

Deserialize() public méthode

Deserialized byte array to a Restriction instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of a Restriction instance.
Résultat uint

PropertyRestriction() public méthode

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

Serialize() public méthode

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

Size() public méthode

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