C# Class Rubber.DSL.Filter.NumericRangeFilterBuilder

Inheritance: IFilterBuilder
Afficher le fichier Open project: stephenpope/Rubber

Méthodes publiques

Méthode Description
Cache ( bool cache ) : NumericRangeFilterBuilder
CacheKey ( string cacheKey ) : NumericRangeFilterBuilder
FilterName ( string filterName ) : NumericRangeFilterBuilder
From ( double from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

From ( float from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

From ( int from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

From ( long from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

From ( object from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gt ( double from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gt ( float from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gt ( int from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gt ( long from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gt ( object from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gte ( double from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gte ( float from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gte ( int from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gte ( long from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

Gte ( object from ) : NumericRangeFilterBuilder

The from part of the filter query. Null indicates unbounded.

IncludeLower ( bool includeLower ) : NumericRangeFilterBuilder

Should the lower bound be included or not. Defaults to true.

IncludeUpper ( bool includeUpper ) : NumericRangeFilterBuilder

Should the upper bound be included or not. Defaults to true.

Lt ( double to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lt ( float to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lt ( int to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lt ( long to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lt ( object to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lte ( double to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lte ( float to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lte ( int to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lte ( long to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

Lte ( object to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

NumericRangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq

A filter that restricts search results to values that are within the given range

To ( double to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

To ( float to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

To ( int to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

To ( long to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

To ( object to ) : NumericRangeFilterBuilder

The to part of the filter query. Null indicates unbounded.

ToJsonObject ( ) : object
ToString ( ) : string

Method Details

Cache() public méthode

public Cache ( bool cache ) : NumericRangeFilterBuilder
cache bool
Résultat NumericRangeFilterBuilder

CacheKey() public méthode

public CacheKey ( string cacheKey ) : NumericRangeFilterBuilder
cacheKey string
Résultat NumericRangeFilterBuilder

FilterName() public méthode

public FilterName ( string filterName ) : NumericRangeFilterBuilder
filterName string
Résultat NumericRangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( double from ) : NumericRangeFilterBuilder
from double
Résultat NumericRangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( float from ) : NumericRangeFilterBuilder
from float
Résultat NumericRangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( int from ) : NumericRangeFilterBuilder
from int
Résultat NumericRangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( long from ) : NumericRangeFilterBuilder
from long
Résultat NumericRangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( object from ) : NumericRangeFilterBuilder
from object
Résultat NumericRangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( double from ) : NumericRangeFilterBuilder
from double
Résultat NumericRangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( float from ) : NumericRangeFilterBuilder
from float
Résultat NumericRangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( int from ) : NumericRangeFilterBuilder
from int
Résultat NumericRangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( long from ) : NumericRangeFilterBuilder
from long
Résultat NumericRangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( object from ) : NumericRangeFilterBuilder
from object
Résultat NumericRangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( double from ) : NumericRangeFilterBuilder
from double
Résultat NumericRangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( float from ) : NumericRangeFilterBuilder
from float
Résultat NumericRangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( int from ) : NumericRangeFilterBuilder
from int
Résultat NumericRangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( long from ) : NumericRangeFilterBuilder
from long
Résultat NumericRangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( object from ) : NumericRangeFilterBuilder
from object
Résultat NumericRangeFilterBuilder

IncludeLower() public méthode

Should the lower bound be included or not. Defaults to true.
public IncludeLower ( bool includeLower ) : NumericRangeFilterBuilder
includeLower bool
Résultat NumericRangeFilterBuilder

IncludeUpper() public méthode

Should the upper bound be included or not. Defaults to true.
public IncludeUpper ( bool includeUpper ) : NumericRangeFilterBuilder
includeUpper bool
Résultat NumericRangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( double to ) : NumericRangeFilterBuilder
to double
Résultat NumericRangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( float to ) : NumericRangeFilterBuilder
to float
Résultat NumericRangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( int to ) : NumericRangeFilterBuilder
to int
Résultat NumericRangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( long to ) : NumericRangeFilterBuilder
to long
Résultat NumericRangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( object to ) : NumericRangeFilterBuilder
to object
Résultat NumericRangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( double to ) : NumericRangeFilterBuilder
to double
Résultat NumericRangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( float to ) : NumericRangeFilterBuilder
to float
Résultat NumericRangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( int to ) : NumericRangeFilterBuilder
to int
Résultat NumericRangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( long to ) : NumericRangeFilterBuilder
to long
Résultat NumericRangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( object to ) : NumericRangeFilterBuilder
to object
Résultat NumericRangeFilterBuilder

NumericRangeFilterBuilder() public méthode

A filter that restricts search results to values that are within the given range
public NumericRangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq
name string
Résultat Newtonsoft.Json.Linq

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( double to ) : NumericRangeFilterBuilder
to double
Résultat NumericRangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( float to ) : NumericRangeFilterBuilder
to float
Résultat NumericRangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( int to ) : NumericRangeFilterBuilder
to int
Résultat NumericRangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( long to ) : NumericRangeFilterBuilder
to long
Résultat NumericRangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( object to ) : NumericRangeFilterBuilder
to object
Résultat NumericRangeFilterBuilder

ToJsonObject() public méthode

public ToJsonObject ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string