Search Results for

    Show / Hide Table of Contents

    Class SearchBehaviorWithAggregationBaseResultOfBusinessProcess

    Base class for search result queries that support SearchBehaviors

    Inheritance
    System.Object
    BaseResultOfBusinessProcess
    SearchBehaviorBaseResultOfBusinessProcess
    SearchBehaviorWithAggregationBaseResultOfBusinessProcess
    BusinessProcessSearchResult
    Inherited Members
    SearchBehaviorBaseResultOfBusinessProcess.SearchString
    SearchBehaviorBaseResultOfBusinessProcess.IsSearchStringRewritten
    SearchBehaviorBaseResultOfBusinessProcess.QueryDebugInformation
    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 SearchBehaviorWithAggregationBaseResultOfBusinessProcess : SearchBehaviorBaseResultOfBusinessProcess

    Properties

    AggregationResults

    Results of the aggregation, if any aggregators was passed in the request.

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

    Methods

    FromJson(String)

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

    Returns
    SearchBehaviorWithAggregationBaseResultOfBusinessProcess

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX