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

All filter
Inheritance: Filter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
AllFilter ( ) : System

Initializes a new instance of the AllFilter class

Méthodes protégées

Méthode Description
SerializeFilterData ( List byteList ) : void

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

Method Details

AllFilter() public méthode

Initializes a new instance of the AllFilter class
public AllFilter ( ) : System
Résultat System

SerializeFilterData() protected méthode

This method is used to serialize the filter data to the given byte list.
protected SerializeFilterData ( List byteList ) : void
byteList List Specify the byte list which will contain the filter data.
Résultat void