Click or drag to resize

ISpecificationTOr Method

Creates an 'Or' specification that can be used to combine two specifications and compare them using the '||' operation.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
ISpecification<T> Or(
	ISpecification<T> specification
)

Parameters

specification
Type: Enkoni.FrameworkISpecificationT
The specification that must be combined.

Return Value

Type: ISpecificationT
The combined specification.
See Also