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