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

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

Public Methods

Method Description
StorageIndexReferencedDataElementsFilter ( ) : System

Initializes a new instance of the StorageIndexReferencedDataElementsFilter class

Protected Methods

Method Description
SerializeFilterData ( List byteList ) : void

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

Method Details

SerializeFilterData() protected method

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

StorageIndexReferencedDataElementsFilter() public method

Initializes a new instance of the StorageIndexReferencedDataElementsFilter class
public StorageIndexReferencedDataElementsFilter ( ) : System
return System