Class ContactDuplicateRulePluginAttribute
Attribute for declaring contact duplicate rules
This attribute must be declared on plugins implementing
Inheritance
SuperOffice.Factory.PluginAttribute
ContactDuplicateRulePluginAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data.Util.Duplicates
Assembly: SoDataBase.dll
Syntax
public class ContactDuplicateRulePluginAttribute : PluginAttribute, _Attribute
Constructors
ContactDuplicateRulePluginAttribute(String)
Default constructors for contact duplicate rules
Declaration
public ContactDuplicateRulePluginAttribute(string pluginId)
Parameters
Type | Name | Description |
---|---|---|
String | pluginId | Identity of the rule |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)