Search Results for

    Show / Hide Table of Contents

    Class AddinEventHandler

    Inheritance
    object
    AddinEventHandler
    ClientCacheManager
    Implements
    IHaveAddInListeners
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core
    Assembly: LemonEdge.Client.Core.dll
    Syntax
    public abstract class AddinEventHandler : IHaveAddInListeners

    Constructors

    AddinEventHandler(IAddInLoaderHelper, IDomainContextEventHandler)

    Declaration
    protected AddinEventHandler(IAddInLoaderHelper loader, IDomainContextEventHandler eventHandler)
    Parameters
    Type Name Description
    IAddInLoaderHelper loader
    IDomainContextEventHandler eventHandler

    Fields

    EventHandler

    Declaration
    protected readonly IDomainContextEventHandler EventHandler
    Field Value
    Type Description
    IDomainContextEventHandler

    Loader

    Declaration
    protected readonly IAddInLoaderHelper Loader
    Field Value
    Type Description
    IAddInLoaderHelper

    Methods

    AddAddInListeners()

    Adds listeners.

    Declaration
    public void AddAddInListeners()

    RemoveAddInListeners()

    Removes listeners.

    Declaration
    public void RemoveAddInListeners()

    Implements

    IHaveAddInListeners

    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.