Search Results for

    Show / Hide Table of Contents

    Class CustomAddIn

    Inheritance
    object
    CustomAddIn
    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.AddIns
    Assembly: LemonEdge.API.dll
    Syntax
    public class CustomAddIn

    Constructors

    CustomAddIn(IAddInModule, IAddIn, Assembly, Dictionary<string, byte[]>)

    Declaration
    public CustomAddIn(IAddInModule module, IAddIn addIn, Assembly assembly = null, Dictionary<string, byte[]> dependencyData = null)
    Parameters
    Type Name Description
    IAddInModule module
    IAddIn addIn
    Assembly assembly
    Dictionary<string, byte[]> dependencyData

    Properties

    AddIn

    Declaration
    public IAddIn AddIn { get; set; }
    Property Value
    Type Description
    IAddIn

    Assembly

    Declaration
    public Assembly Assembly { get; set; }
    Property Value
    Type Description
    Assembly

    DependencyData

    Declaration
    public Dictionary<string, byte[]> DependencyData { get; set; }
    Property Value
    Type Description
    Dictionary<string, byte[]>

    Module

    Declaration
    public IAddInModule Module { get; set; }
    Property Value
    Type Description
    IAddInModule

    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.