Class CountAllAggregation
Aggregation plugin: Count all values, regardless of content
Implements
Inherited Members
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: SuperOffice.CRM.ArchiveLists.Aggregation
Assembly: SoDataBase.dll
Syntax
[AggregationPlugin("CountAll")]
public class CountAllAggregation : AggregationPluginBase, IAggregationPlugin, IPlugin
Constructors
CountAllAggregation()
Declaration
public CountAllAggregation()
Fields
PluginName
Declaration
public const string PluginName = "CountAll"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItem(ArchiveColumnData)
Declaration
public override ArchiveColumnData AddItem(ArchiveColumnData item)
Parameters
Type | Name | Description |
---|---|---|
ArchiveColumnData | item |
Returns
Type | Description |
---|---|
ArchiveColumnData |
Overrides
GetAggregatedValue()
Declaration
public override ArchiveColumnData GetAggregatedValue()
Returns
Type | Description |
---|---|
ArchiveColumnData |
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)