Show / Hide Table of Contents

Class EventHandlerHelper

Utility class for event handling methods.

Inheritance
object
EventHandlerHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
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
Type Name Description
EventHandlerType eventType
StringDictionary sharedState
StringDictionary parameters
StringDictionary parserValues
Returns
Type Description
Task<StringDictionary>

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>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top