Search Results for

    Show / Hide Table of Contents

    Interface IDomainContextEventHandler

    Namespace: LemonEdge.API.Core.Context
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IDomainContextEventHandler

    Properties

    AddInEventHandler

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

    Declaration
    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
    AsyncEventDictionary<ConfigChangeType, string> ConfigurationEventHandler { get; }
    Property Value
    Type Description
    AsyncEventDictionary<ConfigChangeType, string>

    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.