Summary
Base implementation for all
Specifications
with candidate greater than value comparison.
- Namespace
- FluentSpecification
.Common .Abstractions - Interfaces
- Base Types
- Derived Types
Syntax
[PublicAPI]
public abstract class BaseGreaterCompareSpecification<T> : BaseCompareSpecification<T>,
INegatableValidationSpecification<T>, IComplexSpecification<T>, IValidationSpecification<T>,
ILinqSpecification<T>, ILinqSpecification, ISpecification<T>, INegatableLinqSpecification<T>,
INegatableSpecification<T>, ISpecification
Attributes
Type | Description |
---|---|
PublicAPI |
Type Parameters
Name | Description |
---|---|
T | Type of compared objects. |
Constructors
Name | Summary |
---|---|
Base |
Creates Specification for candidate value comparison.
|
Methods
Name | Value | Summary |
---|---|---|
Build |
Expression |
Creates special
Expression body when Limit value defined.
|
GetParameters |
IReadOnlyDictionary |
Get
Specification internal/external parameters, used for candidate verification.
|
Operators
Name | Value | Summary |
---|---|---|
explicit operator |
Expression |
Inherited from ComplexSpecification
|
implicit operator |
Expression |
Inherited from ComplexSpecification
|
implicit operator |
Func |
Inherited from Validation
|
Extension Methods
Name | Value | Summary |
---|---|---|
And |
I |
Creates logical AND
Specification with newly created TSpecification.
From SpecificationCore
|
And |
I |
Creates composite
Specification proxy for final logical AND Specification .
From SpecificationCore
|
And |
I |
Creates logical AND
Specification .
From SpecificationCore
|
AndNot |
I |
Creates logical AND
Specification with newly created and negated TSpecification.
From SpecificationCore
|
AndNot |
I |
Creates composite
Specification proxy for final logical AND Specification .
Second Specification is negated.
From SpecificationCore
|
AndNot |
I |
Creates logical AND
Specification with negated other.
From SpecificationCore
|
As |
I |
Converts
Specification to complex Specification .
From SpecificationCore
|
AsExpression |
Expression |
Converts
Specification to Linq Expression<T> .
From SpecificationCore
|
AsPredicate |
Func |
Converts
Specification to Func<T, TResult> predicate.
From SpecificationCore
|
Not |
I |
Creates logical NOT
Specification .
From SpecificationCore
|
Or |
I |
Creates logical OR
Specification with newly created TSpecification.
From SpecificationCore
|
Or |
I |
Creates composite
Specification proxy for final logical OR Specification .
From SpecificationCore
|
Or |
I |
Creates logical OR
Specification .
From SpecificationCore
|
OrNot |
I |
Creates logical OR
Specification with newly created and negated TSpecification.
From SpecificationCore
|
OrNot |
I |
Creates composite
Specification proxy for final logical OR Specification .
Second Specification is negated.
From SpecificationCore
|
OrNot |
I |
Creates logical OR
Specification with negated other.
From SpecificationCore
|
WithMessage |
I |
Creates validation
Specification proxy with specific error message factory where not satisfied by.
From SpecificationCore
|
WithMessage |
I |
Creates validation
Specification proxy with specific error message factory where not satisfied by.
From SpecificationCore
|
WithMessage |
I |
Creates validation
Specification proxy with specific error message where not satisfied by.
From SpecificationCore
|