Table of Contents

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

scope string

The scope compared.

baseline QueryGuardBaselineEntry

What it cost before, or null when it is new.

current QueryGuardBaselineEntry

What it costs now.

Exceptions

ArgumentNullException

current is null.

ArgumentException

scope is empty or whitespace.