Class AggregateResult
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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
Caption
FormattedValue
FunctionName
ItemCount
Declaration
public int ItemCount { get; set; }
Property Value
System.Int32
|