Summary
Creates
Specification
for candidate (collection) length verification.
- Namespace
- FluentSpecification
.Common - Containing Type
- Min
Length Specification <T>
Syntax
[PublicAPI]
public MinLengthSpecification(int minLength, bool linqToEntities = false)
Attributes
Type | Description |
---|---|
PublicAPI |
Parameters
Name | Type | Description |
---|---|---|
minLength | int | Minimum candidate length. |
linqToEntities | bool | Is linq to entities (without null check of collection in Expression ). |
Return Value
Type | Description |
---|---|
void |