C# Класс Rubber.DSL.Filter.NumericRangeFilterBuilder

Наследование: IFilterBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Cache() публичный Метод

public Cache ( bool cache ) : NumericRangeFilterBuilder
cache bool
Результат NumericRangeFilterBuilder

CacheKey() публичный Метод

public CacheKey ( string cacheKey ) : NumericRangeFilterBuilder
cacheKey string
Результат NumericRangeFilterBuilder

FilterName() публичный Метод

public FilterName ( string filterName ) : NumericRangeFilterBuilder
filterName string
Результат NumericRangeFilterBuilder

From() публичный Метод

The from part of the filter query. Null indicates unbounded.
public From ( double from ) : NumericRangeFilterBuilder
from double
Результат NumericRangeFilterBuilder

From() публичный Метод

The from part of the filter query. Null indicates unbounded.
public From ( float from ) : NumericRangeFilterBuilder
from float
Результат NumericRangeFilterBuilder

From() публичный Метод

The from part of the filter query. Null indicates unbounded.
public From ( int from ) : NumericRangeFilterBuilder
from int
Результат NumericRangeFilterBuilder

From() публичный Метод

The from part of the filter query. Null indicates unbounded.
public From ( long from ) : NumericRangeFilterBuilder
from long
Результат NumericRangeFilterBuilder

From() публичный Метод

The from part of the filter query. Null indicates unbounded.
public From ( object from ) : NumericRangeFilterBuilder
from object
Результат NumericRangeFilterBuilder

Gt() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gt ( double from ) : NumericRangeFilterBuilder
from double
Результат NumericRangeFilterBuilder

Gt() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gt ( float from ) : NumericRangeFilterBuilder
from float
Результат NumericRangeFilterBuilder

Gt() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gt ( int from ) : NumericRangeFilterBuilder
from int
Результат NumericRangeFilterBuilder

Gt() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gt ( long from ) : NumericRangeFilterBuilder
from long
Результат NumericRangeFilterBuilder

Gt() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gt ( object from ) : NumericRangeFilterBuilder
from object
Результат NumericRangeFilterBuilder

Gte() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gte ( double from ) : NumericRangeFilterBuilder
from double
Результат NumericRangeFilterBuilder

Gte() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gte ( float from ) : NumericRangeFilterBuilder
from float
Результат NumericRangeFilterBuilder

Gte() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gte ( int from ) : NumericRangeFilterBuilder
from int
Результат NumericRangeFilterBuilder

Gte() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gte ( long from ) : NumericRangeFilterBuilder
from long
Результат NumericRangeFilterBuilder

Gte() публичный Метод

The from part of the filter query. Null indicates unbounded.
public Gte ( object from ) : NumericRangeFilterBuilder
from object
Результат NumericRangeFilterBuilder

IncludeLower() публичный Метод

Should the lower bound be included or not. Defaults to true.
public IncludeLower ( bool includeLower ) : NumericRangeFilterBuilder
includeLower bool
Результат NumericRangeFilterBuilder

IncludeUpper() публичный Метод

Should the upper bound be included or not. Defaults to true.
public IncludeUpper ( bool includeUpper ) : NumericRangeFilterBuilder
includeUpper bool
Результат NumericRangeFilterBuilder

Lt() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lt ( double to ) : NumericRangeFilterBuilder
to double
Результат NumericRangeFilterBuilder

Lt() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lt ( float to ) : NumericRangeFilterBuilder
to float
Результат NumericRangeFilterBuilder

Lt() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lt ( int to ) : NumericRangeFilterBuilder
to int
Результат NumericRangeFilterBuilder

Lt() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lt ( long to ) : NumericRangeFilterBuilder
to long
Результат NumericRangeFilterBuilder

Lt() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lt ( object to ) : NumericRangeFilterBuilder
to object
Результат NumericRangeFilterBuilder

Lte() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lte ( double to ) : NumericRangeFilterBuilder
to double
Результат NumericRangeFilterBuilder

Lte() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lte ( float to ) : NumericRangeFilterBuilder
to float
Результат NumericRangeFilterBuilder

Lte() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lte ( int to ) : NumericRangeFilterBuilder
to int
Результат NumericRangeFilterBuilder

Lte() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lte ( long to ) : NumericRangeFilterBuilder
to long
Результат NumericRangeFilterBuilder

Lte() публичный Метод

The to part of the filter query. Null indicates unbounded.
public Lte ( object to ) : NumericRangeFilterBuilder
to object
Результат NumericRangeFilterBuilder

NumericRangeFilterBuilder() публичный Метод

A filter that restricts search results to values that are within the given range
public NumericRangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq
name string
Результат Newtonsoft.Json.Linq

To() публичный Метод

The to part of the filter query. Null indicates unbounded.
public To ( double to ) : NumericRangeFilterBuilder
to double
Результат NumericRangeFilterBuilder

To() публичный Метод

The to part of the filter query. Null indicates unbounded.
public To ( float to ) : NumericRangeFilterBuilder
to float
Результат NumericRangeFilterBuilder

To() публичный Метод

The to part of the filter query. Null indicates unbounded.
public To ( int to ) : NumericRangeFilterBuilder
to int
Результат NumericRangeFilterBuilder

To() публичный Метод

The to part of the filter query. Null indicates unbounded.
public To ( long to ) : NumericRangeFilterBuilder
to long
Результат NumericRangeFilterBuilder

To() публичный Метод

The to part of the filter query. Null indicates unbounded.
public To ( object to ) : NumericRangeFilterBuilder
to object
Результат NumericRangeFilterBuilder

ToJsonObject() публичный Метод

public ToJsonObject ( ) : object
Результат object

ToString() публичный Метод

public ToString ( ) : string
Результат string