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

The ExistRestriction structure tests whether a particular property value exists on a row of the table.
Inheritance: Restrictions
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a Restriction instance

ExistRestriction ( ) : System.Collections.Generic

Initializes a new instance of the ExistRestriction class.

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get the total Size of Restriction

Method Details

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

ExistRestriction() public method

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

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