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

Inheritance: IFSSHTTPBSerializable
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
SerializeToByteList ( ) : List

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

Méthodes protégées

Méthode 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 méthode

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

SerializeFilterData() protected abstract méthode

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

SerializeToByteList() public méthode

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