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

Inheritance: IFSSHTTPBSerializable
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
SerializeToByteList ( ) : List

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

Protected Methods

Method Description
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.

Method Details

Filter() protected method

Initializes a new instance of the Filter class
protected Filter ( FilterType filterType ) : System
filterType FilterType Filter Category
return System

SerializeFilterData() protected abstract method

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.
return void

SerializeToByteList() public method

This method is used to serialize the element into a byte List.
public SerializeToByteList ( ) : List
return List