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