Header menu logo FCQRS

Predicate Type

Used to for queries

Union cases

Union case Description

And(Predicate, Predicate)

Full Usage: And(Predicate, Predicate)

Parameters:
Item1 : Predicate
Item2 : Predicate

Equal(string, obj)

Full Usage: Equal(string, obj)

Parameters:
    Item1 : string
    Item2 : obj

Item1 : string
Item2 : obj

Greater(string, IComparable)

Full Usage: Greater(string, IComparable)

Parameters:
Item1 : string
Item2 : IComparable

GreaterOrEqual(string, IComparable)

Full Usage: GreaterOrEqual(string, IComparable)

Parameters:
Item1 : string
Item2 : IComparable

Not Predicate

Full Usage: Not Predicate

Parameters:
Item : Predicate

NotEqual(string, obj)

Full Usage: NotEqual(string, obj)

Parameters:
    Item1 : string
    Item2 : obj

Item1 : string
Item2 : obj

Or(Predicate, Predicate)

Full Usage: Or(Predicate, Predicate)

Parameters:
Item1 : Predicate
Item2 : Predicate

Smaller(string, IComparable)

Full Usage: Smaller(string, IComparable)

Parameters:
Item1 : string
Item2 : IComparable

SmallerOrEqual(string, IComparable)

Full Usage: SmallerOrEqual(string, IComparable)

Parameters:
Item1 : string
Item2 : IComparable

Instance members

Instance member Description

this.IsAnd

Full Usage: this.IsAnd

Returns: bool
Returns: bool

this.IsEqual

Full Usage: this.IsEqual

Returns: bool
Returns: bool

this.IsGreater

Full Usage: this.IsGreater

Returns: bool
Returns: bool

this.IsGreaterOrEqual

Full Usage: this.IsGreaterOrEqual

Returns: bool
Returns: bool

this.IsNot

Full Usage: this.IsNot

Returns: bool
Returns: bool

this.IsNotEqual

Full Usage: this.IsNotEqual

Returns: bool
Returns: bool

this.IsOr

Full Usage: this.IsOr

Returns: bool
Returns: bool

this.IsSmaller

Full Usage: this.IsSmaller

Returns: bool
Returns: bool

this.IsSmallerOrEqual

Full Usage: this.IsSmallerOrEqual

Returns: bool
Returns: bool

Type something to start searching.