C# Class Microsoft.Protocols.TestSuites.SharedAdapter.AllFilter

All filter
Inheritance: Filter
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
AllFilter ( ) : System

Initializes a new instance of the AllFilter class

Protected Methods

Method Description
SerializeFilterData ( List byteList ) : void

This method is used to serialize the filter data to the given byte list.

Method Details

AllFilter() public method

Initializes a new instance of the AllFilter class
public AllFilter ( ) : System
return System

SerializeFilterData() protected method

This method is used to serialize the filter data to the given byte list.
protected SerializeFilterData ( List byteList ) : void
byteList List Specify the byte list which will contain the filter data.
return void