Search Results for

    Show / Hide Table of Contents

    Class DomainContextEventHandler

    Inheritance
    object
    DomainContextEventHandler
    Implements
    IDomainContextEventHandler
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Context
    Assembly: LemonEdge.API.dll
    Syntax
    public class DomainContextEventHandler : IDomainContextEventHandler

    Constructors

    DomainContextEventHandler()

    Declaration
    public DomainContextEventHandler()

    Properties

    AddInEventHandler

    An asynchronous event handler for when addIn changes have been loaded into the addIn descriptor collections

    Declaration
    public AsyncEvent AddInEventHandler { get; }
    Property Value
    Type Description
    AsyncEvent

    ConfigurationEventHandler

    An asynchronous event handler for when custom items have changed, such as addins or auto-code designed items.

    Declaration
    public AsyncEventDictionary<ConfigChangeType, string> ConfigurationEventHandler { get; }
    Property Value
    Type Description
    AsyncEventDictionary<ConfigChangeType, string>

    Instance

    Declaration
    public static IDomainContextEventHandler Instance { get; set; }
    Property Value
    Type Description
    IDomainContextEventHandler

    Methods

    Reset()

    Declaration
    public static void Reset()

    Implements

    IDomainContextEventHandler

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.