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

Specifies a particular cell to query.
Inheritance: Filter
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
CellIDFilter ( CellID cellId ) : System

Initializes a new instance of the CellIDFilter class

Protected Methods

Method Description
SerializeFilterData ( List byteList ) : void

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

Method Details

CellIDFilter() public method

Initializes a new instance of the CellIDFilter class
public CellIDFilter ( CellID cellId ) : System
cellId CellID Specify the CellID.
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