Interface ISpecification<TDocument>
Спецификация условия фильтрации данных.
Namespace:InfinniPlatform.DocumentStorage.Specifications
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public interface ISpecification<TDocument>
Type Parameters
| Name | Description |
|---|---|
| TDocument |
Properties
| Improve this Doc View SourceFilter
Условие фильтрации данных.
Declaration
Expression<Func<TDocument, bool>> Filter { get; }
Property Value
| Type | Description |
|---|---|
| Expression<Func<TDocument, System.Boolean>> |