Class SearchBehaviorWithAggregationBaseResultOfBusinessProcess
Base class for search result queries that support SearchBehaviors
Inheritance
System.Object
SearchBehaviorWithAggregationBaseResultOfBusinessProcess
Inherited Members
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
|