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

The ComparePropertiesRestriction structure specifies a comparison between the values of two properties using a relational operator.
Inheritance: Restrictions
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
ComparePropertiesRestriction ( ) : System.Collections.Generic

Initializes a new instance of the ComparePropertiesRestriction class.

Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

ComparePropertiesRestriction() public method

Initializes a new instance of the ComparePropertiesRestriction class.
public ComparePropertiesRestriction ( ) : System.Collections.Generic
return System.Collections.Generic

Deserialize() public method

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

Serialize() public method

Get serialized byte array for this structure
public Serialize ( ) : byte[]
return byte[]

Size() public method

Get the total Size of Restriction
public Size ( ) : int
return int