Class EventHandlerHelper
Utility class for event handling methods.
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public static class EventHandlerHelper : Object
Methods
ExecuteEventHandler(EventHandlerType, ref StringDictionary, StringDictionary, StringDictionary)
Utility class for event handling methods.
Declaration
public static void ExecuteEventHandler(EventHandlerType eventType, ref StringDictionary sharedState, StringDictionary parameters, StringDictionary parserValues = null)
Parameters
Type | Name | Description |
---|---|---|
EventHandlerType | eventType | |
StringDictionary | sharedState | |
StringDictionary | parameters | |
StringDictionary | parserValues |
GetActiveEventHandlerTypes(String)
Utility class for event handling methods.
Declaration
public static HashSet<EventHandlerType> GetActiveEventHandlerTypes(string entityName)
Parameters
Type | Name | Description |
---|---|---|
String | entityName |
Returns
Type | Description |
---|---|
HashSet<EventHandlerType> |