Class DocumentDeleteQuery<TDocument>
Запрос на удаление документа.
Inheritance
System.Object
DocumentDeleteQuery<TDocument>
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentDeleteQuery<TDocument> : object
Type Parameters
Name | Description |
---|---|
TDocument | Тип документа. |
Properties
| Improve this Doc View SourceFilter
Правило фильтрации документов.
Declaration
public Expression<Func<TDocument, bool>> Filter { get; set; }
Property Value
Type | Description |
---|---|
Expression<Func<TDocument, System.Boolean>> |