UserSearchResult Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Result class returned when searching for spaces.
public class UserSearchResult : SearchResult, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, IPagedList
- Inheritance:
- System.Object → System.Collections.Generic.List{Weavy.Core.Models.User} → Weavy.Core.Collections.PagedList{Weavy.Core.Models.User} → Weavy.Core.Models.SearchResult{Weavy.Core.Models.User} → UserSearchResult
- Implements:
- IPagedList
Constructors
User |
Initializes an empty UserResult class. |
User |
Initializes an instance of the UserResult class with the specified query and result. |
Properties
Query | Gets the query used in 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. |
Facepile(IEnumerable |
Render linked avatar images for the specified user objects. |