Summary
Creates
Specification
for candidate (collection) elements.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Collection Specification <T, TType>
Syntax
[PublicAPI]
protected BaseCollectionSpecification(ISpecification<TType> collectionElementSpecification, bool linqToEntities)
Attributes
Type | Description |
---|---|
PublicAPI |
Parameters
Name | Type | Description |
---|---|---|
collectionElementSpecification | ISpecification |
Specification for candidate one element. |
linqToEntities | bool | Is linq to entities (without null check of collection in Expression ). |
Return Value
Type | Description |
---|---|
void |