Summary
- Namespace
- FluentSpecification
.Abstractions .Generic - Containing Type
- I
Composite Specification <T>
Syntax
[NotNull]
IComplexSpecification<T> Compose(ISpecification<T> other)
Remarks
Result of Composing is always IComplexSpecification<T>
.
Attributes
Type | Description |
---|---|
NotNull |
Parameters
Name | Type | Description |
---|---|---|
other | ISpecification |
Compose with. |
Return Value
Type | Description |
---|---|
I |
Complex Specification (IComplexSpecification<T> ) composed by
BaseSpecification and other.
|