Namespace MESL.SqlRace.Domain.Query
Classes
CombineType
Types of method of combining match criteria.
CompositeFilter
Class used to aggregate multiple filters for a query
FilesFilter
Class used to create files filter query for finding and filtering Sessions based on a folder path. Will find all Sessions within folder and create metadata in the database for each file.
FolderFilter
Class used to create folder filter query for finding and filtering Sessions based on a folder path. Will find all Sessions within folder and create metadata in the database for each file.
MatchingRule
Types by which two items can be compared.
ParameterDataFilter
Parameter Data Filter
ParameterDataFilterValue
Parameter Data Filter Value
QueryManager
Class implementing searches for database items.
QueryManagerController
Wrap the query manager object in order to wrap functionality and provide a testable implementation
QuerySample
QuerySample
ScalarFilter
Class used for describing match criteria for a query.
SearchOptions
The search options
SortCriterion
A class which describes a criteria by which a query will be sorted.
Interfaces
IFilter
Interface for classes that are filter criteria for sessions.
IQueryManagerController
Wrap the query manager object in order to wrap functionality and provide a testable implementation