Show / Hide Table of Contents

Class AggregateResult

Inheritance
Object
AggregateResult
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
public class AggregateResult

Constructors

AggregateResult(QueryAggregateFunction)

Declaration
public AggregateResult(QueryAggregateFunction function)
Parameters
QueryAggregateFunction function

AggregateResult(Object, QueryAggregateFunction)

Declaration
public AggregateResult(object value, QueryAggregateFunction function)
Parameters
Object value

QueryAggregateFunction function

AggregateResult(Object, Int32, QueryAggregateFunction)

Declaration
public AggregateResult(object value, int count, QueryAggregateFunction function)
Parameters
Object value

System.Int32 count

QueryAggregateFunction function

Properties

AggregateMethodName

Declaration
public string AggregateMethodName { get; }
Property Value
String

Caption

Declaration
public string Caption { get; }
Property Value
String

FormattedValue

Declaration
public object FormattedValue { get; }
Property Value
Object

FunctionName

Declaration
public string FunctionName { get; }
Property Value
String

ItemCount

Declaration
public int ItemCount { get; set; }
Property Value
System.Int32

Member

Declaration
public string Member { get; }
Property Value
String

Value

Declaration
public object Value { get; set; }
Property Value
Object

Methods

ToString()

Declaration
public override string ToString()
Returns
String

Overrides
System.Object.ToString()

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX