C# Class Microsoft.Protocols.TestSuites.Common.RuleData

显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PropertyValueCount ushort
PropertyValues Microsoft.Protocols.TestSuites.Common.PropertyValue[]
RuleDataFlags byte

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

PropertyValueCount public_oe property

Unsigned 16-bit integer. This value specifies the number of value structures in the PropertyValues field.
public ushort PropertyValueCount
return ushort

PropertyValues public_oe property

Array of PropertyValue structures. The number of structures contained in this field is specified by the PropertyValueCount field. The format of the PropertyValue structure is specified in [MS-OXCDATA]. These values are used to specify and describe the rule operations.
public PropertyValue[],Microsoft.Protocols.TestSuites.Common PropertyValues
return Microsoft.Protocols.TestSuites.Common.PropertyValue[]

RuleDataFlags public_oe property

8-bit flag structure. This field is used to specify the type of operation.
public byte RuleDataFlags
return byte