AllSpecification<T, TType>.

AllSpecification(ISpecification<TType>, bool) Constructor

Namespace
FluentSpecification.Common
Containing Type
AllSpecification<T, TType>

Syntax

[PublicAPI]
public AllSpecification(ISpecification<TType> specificationForAll, bool linqToEntities = false)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
specificationForAll ISpecification<TType>
linqToEntities bool

Return Value

Type Description
void
GitHub