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

Specifies the storage index referenced data element type to query.
Inheritance: Filter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
StorageIndexReferencedDataElementsFilter ( ) : System

Initializes a new instance of the StorageIndexReferencedDataElementsFilter class

Méthodes protégées

Méthode Description
SerializeFilterData ( List byteList ) : void

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

Method Details

SerializeFilterData() protected méthode

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

StorageIndexReferencedDataElementsFilter() public méthode

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