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

Specifies the storage index referenced data element type to query.
Наследование: Filter
Показать файл Открыть проект

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

Метод Описание
StorageIndexReferencedDataElementsFilter ( ) : System

Initializes a new instance of the StorageIndexReferencedDataElementsFilter class

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

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

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

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

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

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

Initializes a new instance of the StorageIndexReferencedDataElementsFilter class
public StorageIndexReferencedDataElementsFilter ( ) : System
Результат System