Class AggregationPluginAttribute
Mark a class as an aggregator for the AggregationProvider
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Aggregation
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AggregationPluginAttribute : PrioritizedPluginAttribute
Constructors
AggregationPluginAttribute(string)
Mark a class as an aggregator for the AggregationProvider
Declaration
public AggregationPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
AggregationPluginAttribute(string, int)
Mark a class as an aggregator for the AggregationProvider
Declaration
public AggregationPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
int | priority |