Class EventHandlerHelper
Utility class for event handling methods.
Inheritance
EventHandlerHelper
Assembly: SoDataBase.dll
Syntax
public static class EventHandlerHelper
Methods
ExecuteEventHandlerAsync(EventHandlerType, StringDictionary, StringDictionary, StringDictionary)
Utility class for event handling methods.
Declaration
public static Task<StringDictionary> ExecuteEventHandlerAsync(EventHandlerType eventType, StringDictionary sharedState, StringDictionary parameters, StringDictionary parserValues = null)
Parameters
Returns
GetActiveEventHandlerTypes(string)
Utility class for event handling methods.
Declaration
public static HashSet<EventHandlerType> GetActiveEventHandlerTypes(string entityName)
Parameters
| Type |
Name |
Description |
| string |
entityName |
|
Returns