Search Results for

    Show / Hide Table of Contents

    Interface IDefaultGridViewDescriptorEnumerator

    Inherited Members
    IDefaultViewDescriptorEnumerator.LoadCustomControllers()
    IDefaultViewDescriptorEnumerator.GetCustomIDOfDefaultView(EntityDescriptor)
    IHaveAddInListeners.RemoveAddInListeners()
    IHaveAddInListeners.AddAddInListeners()
    Namespace: LemonEdge.Client.UI.API.Views
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IDefaultGridViewDescriptorEnumerator : IDefaultViewDescriptorEnumerator, IHaveAddInListeners

    Properties

    EntitiesWithDefaultImplementation

    Indicates that a ViewDescriptorEnumerator has defaults. This means that it has it's own list of descriptors that it can work with.

    Declaration
    IEnumerable<(Type ItemType, Type ParentType)> EntitiesWithDefaultImplementation { get; }
    Property Value
    Type Description
    IEnumerable<(Type ItemType, Type ParentType)>

    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.