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

Specifies a particular cell to query.
Inheritance: Filter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
CellIDFilter ( CellID cellId ) : System

Initializes a new instance of the CellIDFilter class

Méthodes protégées

Méthode Description
SerializeFilterData ( List byteList ) : void

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

Method Details

CellIDFilter() public méthode

Initializes a new instance of the CellIDFilter class
public CellIDFilter ( CellID cellId ) : System
cellId CellID Specify the CellID.
Résultat System

SerializeFilterData() protected méthode

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.
Résultat void