SearchResult Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Abastract base class used for search results.
public abstract class SearchResult : PagedList, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, IPagedList
- Inheritance:
- System.Object → System.Collections.Generic.List{{T}} → Weavy.Core.Collections.PagedList{{T}} → SearchResult
- Implements:
- IPagedList
Constructors
Search |
Initializes a new instance of the SearchResult class. |
Properties
Query | Gets the query used to perform the search. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(Object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |