Class AggregationPluginAttribute
Mark a class as an aggregator for the
Namespace: SuperOffice.CRM.ArchiveLists.Aggregation
Assembly: SoDataBase.dll
Syntax
public class AggregationPluginAttribute : PrioritizedPluginAttribute
Constructors
AggregationPluginAttribute(String)
Mark a class as an aggregator for the
Declaration
public AggregationPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
AggregationPluginAttribute(String, Int32)
Mark a class as an aggregator for the
Declaration
public AggregationPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Int32 | priority |
Extension Methods
EnumUtil.MapEnums<From, To>(From)