Class ExpressionAggregation
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Aggregation
Assembly: SoDataBase.dll
Syntax
[AggregationPlugin("Expression")]
public class ExpressionAggregation : AggregationPluginBase, IAggregationScalarPlugin, IAggregationPlugin, IPlugin
Constructors
ExpressionAggregation()
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Declaration
public ExpressionAggregation()
Fields
PluginName
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Declaration
public const string PluginName = "Expression"
Field Value
Type | Description |
---|---|
String |
Methods
AddItem(ArchiveColumnData)
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Declaration
public override ArchiveColumnData AddItem(ArchiveColumnData item)
Parameters
Type | Name | Description |
---|---|---|
ArchiveColumnData | item |
Returns
Type | Description |
---|---|
ArchiveColumnData |
Overrides
AddItem(ArchiveColumnData[])
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Declaration
public override ArchiveColumnData AddItem(ArchiveColumnData[] items)
Parameters
Type | Name | Description |
---|---|---|
ArchiveColumnData[] | items |
Returns
Type | Description |
---|---|
ArchiveColumnData |
Overrides
GetAggregatedValue()
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Declaration
public override ArchiveColumnData GetAggregatedValue()
Returns
Type | Description |
---|---|
ArchiveColumnData |
Overrides
ToString()
This aggregator expects two or more fields, and the modifier determines the operation to run on the fields. Example: Expression(amount;probabilityPercent):Multiply
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |