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

Наследование: IFSSHTTPBSerializable
Показать файл Открыть проект

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

Метод Описание
SerializeToByteList ( ) : List

This method is used to serialize the element into a byte List.

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

Метод Описание
Filter ( FilterType filterType ) : System

Initializes a new instance of the Filter class

SerializeFilterData ( List byteList ) : void

This method is used to serialize the filter data to the given byte list.

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

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

Initializes a new instance of the Filter class
protected Filter ( FilterType filterType ) : System
filterType FilterType Filter Category
Результат System

SerializeFilterData() защищенный абстрактный Метод

This method is used to serialize the filter data to the given byte list.
protected abstract SerializeFilterData ( List byteList ) : void
byteList List Specify the byte list which will contain the filter data.
Результат void

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

This method is used to serialize the element into a byte List.
public SerializeToByteList ( ) : List
Результат List