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

Specifies the data element type to query.
Inheritance: Filter
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
DataElementTypeFilter ( DataElementType dataElementType ) : System

Initializes a new instance of the DataElementTypeFilter class

Protected Methods

Method Description
SerializeFilterData ( List byteList ) : void

This method is used to convert the element into a byte List

Method Details

DataElementTypeFilter() public method

Initializes a new instance of the DataElementTypeFilter class
public DataElementTypeFilter ( DataElementType dataElementType ) : System
dataElementType DataElementType Specify the data element type.
return System

SerializeFilterData() protected method

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