MessageSearchResult Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Result class returned when searching for messages.
public class MessageSearchResult : SearchResult, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, IPagedList
- Inheritance:
- System.Object → System.Collections.Generic.List{Weavy.Core.Models.Message} → Weavy.Core.Collections.PagedList{Weavy.Core.Models.Message} → Weavy.Core.Models.SearchResult{Weavy.Core.Models.Message} → MessageSearchResult
- Implements:
- IPagedList
Constructors
Message |
Initializes an empty MessageResult class. |
Message |
Initializes an instance of the InviteResult 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. |