AnySpecification<T, TType>.

AnySpecification(ISpecification<TType>, bool) Constructor

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

Syntax

[PublicAPI]
public AnySpecification(ISpecification<TType> specificationForAny, bool linqToEntities = false)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
specificationForAny ISpecification<TType>
linqToEntities bool

Return Value

Type Description
void
GitHub