C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.CellIDFilter

Specifies a particular cell to query.
Наследование: Filter
Показать файл Открыть проект

Открытые методы

Метод Описание
CellIDFilter ( CellID cellId ) : System

Initializes a new instance of the CellIDFilter class

Защищенные методы

Метод Описание
SerializeFilterData ( List byteList ) : void

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

Описание методов

CellIDFilter() публичный Метод

Initializes a new instance of the CellIDFilter class
public CellIDFilter ( CellID cellId ) : System
cellId CellID Specify the CellID.
Результат System

SerializeFilterData() защищенный Метод

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.
Результат void