Constructor QueryGuardScopeComparison
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
QueryGuardScopeComparison(string, QueryGuardBaselineEntry?, QueryGuardBaselineEntry)
Initializes a new instance of the QueryGuardScopeComparison class.
public QueryGuardScopeComparison(string scope, QueryGuardBaselineEntry? baseline, QueryGuardBaselineEntry current)
Parameters
scopestringThe scope compared.
baselineQueryGuardBaselineEntryWhat it cost before, or null when it is new.
currentQueryGuardBaselineEntryWhat it costs now.
Exceptions
- ArgumentNullException
currentis null.- ArgumentException
scopeis empty or whitespace.