Search Results for

    Show / Hide Table of Contents

    Class SearchBehaviorBaseResultOfBusinessProcess

    Base class for search result queries that support SearchBehaviors

    Inheritance
    System.Object
    BaseResultOfBusinessProcess
    SearchBehaviorBaseResultOfBusinessProcess
    SearchBehaviorWithAggregationBaseResultOfBusinessProcess
    Inherited Members
    BaseResultOfBusinessProcess.TotalResults
    BaseResultOfBusinessProcess.Results
    BaseResultOfBusinessProcess.ElapsedMilliseconds
    BaseResultOfBusinessProcess.PageToken
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class SearchBehaviorBaseResultOfBusinessProcess : BaseResultOfBusinessProcess

    Properties

    IsSearchStringRewritten

    Flag to notify if the SearchString was modified compared to the original requested one.

    Declaration
    public bool IsSearchStringRewritten { get; set; }
    Property Value
    System.Boolean

    QueryDebugInformation

    Additional information regarding the query execution and reason of the matched documents. Multiple items are returned if multiple queries were performed.

    Declaration
    public ICollection<QueryDebugInformation> QueryDebugInformation { get; set; }
    Property Value
    System.Collections.Generic.ICollection<QueryDebugInformation>

    SearchString

    The search string used to query the data.

    Declaration
    public string SearchString { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static SearchBehaviorBaseResultOfBusinessProcess FromJson(string data)
    Parameters
    System.String data

    Returns
    SearchBehaviorBaseResultOfBusinessProcess

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX