Search Results for

    Show / Hide Table of Contents

    Interface IPackage

    Namespace: LemonEdge.API.Core.Context.AddIns.Models
    Assembly: LemonEdge.API.dll
    Syntax
    [ComplexDefinition(ImageType.AddIn, "NugetPackage")]
    public interface IPackage

    Properties

    IsSelected

    Declaration
    bool IsSelected { get; set; }
    Property Value
    Type Description
    bool

    PackageName

    Declaration
    string PackageName { get; }
    Property Value
    Type Description
    string

    PackageVersion

    Declaration
    string PackageVersion { get; }
    Property Value
    Type Description
    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.