Show / Hide Table of Contents

Interface IFilter

Interface for classes that are filter criteria for sessions.

Namespace: MESL.SqlRace.Domain.Query
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFilter

Methods

IsMatch(ISessionSummary)

Determines whether the specified result is match.

Declaration
bool IsMatch(ISessionSummary sessionSummary)
Parameters
Type Name Description
ISessionSummary sessionSummary

The session summary.

Returns
Type Description
System.Boolean

Returns true if the specified result is match; otherwise, false.

Back to top Generated by DocFX