Show / Hide Table of Contents

Class SearchResult<T>

Data result from a search

Inheritance
object
SearchResult<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public class SearchResult<T>
Type Parameters
Name Description
T

Data type for the result items

Properties

| Edit this page View Source

Results

Results of the search

Declaration
public virtual IList<T>? Results { get; set; }
Property Value
Type Description
IList<T>
| Edit this page View Source

SearchRequest

Search request that was used to execute this search

Declaration
public virtual Search? SearchRequest { get; set; }
Property Value
Type Description
Search
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com