Search Results for

    Show / Hide Table of Contents

    Interface IDefaultViewDescriptorEnumerator

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

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

    Properties

    EntitiesWithDefaultImplementation

    Gets the list of descriptors that this enumerator has controllers for.

    Declaration
    IEnumerable<EntityDescriptor> EntitiesWithDefaultImplementation { get; }
    Property Value
    Type Description
    IEnumerable<EntityDescriptor>

    Methods

    GetCustomIDOfDefaultView(EntityDescriptor)

    Given an EntityDescriptor, returns the ID, if there is one, of the default view.

    Declaration
    Guid? GetCustomIDOfDefaultView(EntityDescriptor descriptor)
    Parameters
    Type Name Description
    EntityDescriptor descriptor

    The descriptor

    Returns
    Type Description
    Guid?

    LoadCustomControllers()

    Loads custom controllers, from the internal working list of descriptors.

    Declaration
    Task LoadCustomControllers()
    Returns
    Type Description
    Task

    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.