Class AggregationMethodInfo
Used in the Aggregation transformation - contains information about the current aggregation method and properties when invoking the AggregationCondition.
Inheritance
object
AggregationMethodInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow.Transformations
Assembly: ETLBox.dll
Syntax
public class AggregationMethodInfo
Constructors
AggregationMethodInfo(string, string, AggregationMethod)
Declaration
public AggregationMethodInfo(string inputPropertyName, string aggregationPropertyName, AggregationMethod aggregationMethod)
Parameters
Type | Name | Description |
---|---|---|
string | inputPropertyName | |
string | aggregationPropertyName | |
AggregationMethod | aggregationMethod |
Properties
AggregationMethod
Declaration
public AggregationMethod AggregationMethod { get; }
Property Value
Type | Description |
---|---|
AggregationMethod |
AggregationPropertyName
Declaration
public string AggregationPropertyName { get; }
Property Value
Type | Description |
---|---|
string |
InputPropertyName
Declaration
public string InputPropertyName { get; }
Property Value
Type | Description |
---|---|
string |