Interface IAssociateRename
Interface for document plugins that need to know if an associate has changed his name.
Namespace: SuperOffice.Plugins.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IAssociateRename
Methods
AssociateRename(String, String)
Called when an associate changes name.
Declaration
void AssociateRename(string oldName, string newName)
Parameters
Type | Name | Description |
---|---|---|
String | oldName | Old name |
String | newName | New name |
IsNameValid(String)
Call to check if the name given is valid
Declaration
bool IsNameValid(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
Boolean |
Extension Methods
EnumUtil.MapEnums<From, To>(From)