TrashSearchResult.TrashSearchResult Constructor
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Overloads
Trash |
Initializes an empty TrashResult class. |
Trash |
Initializes an instance of the TrashResult class with the specified query and result. |
TrashSearchResult()
Initializes an empty TrashResult class.
public TrashSearchResult()
TrashSearchResult(TrashQuery, IEnumerableEntity>, long?)
Initializes an instance of the TrashResult class with the specified query and result.
public TrashSearchResult(TrashQuery query, IEnumerable<TrashedEntity> result, long? total)
Parameters
- query
- TrashQuery
- result
- System.Collections.Generic.IEnumerable
- total
- long?