- API Browser
- Weavy.Core.Models
- ConversationSearchResult
ConversationSearchResult Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Result class returned when searching for conversations.
public class ConversationSearchResult : SearchResult<Conversation>, IList<Conversation>, ICollection<Conversation>, IList, ICollection, IReadOnlyList<Conversation>, IReadOnlyCollection<Conversation>, IEnumerable<Conversation>, IEnumerable, IPagedList
- Inheritance:
- System.Object → System.Collections.Generic.List{Weavy.Core.Models.Conversation} → Weavy.Core.Collections.PagedList{Weavy.Core.Models.Conversation} → Weavy.Core.Models.SearchResult{Weavy.Core.Models.Conversation} → ConversationSearchResult
- Implements:
- IPagedList