Search Results for

    Show / Hide Table of Contents

    Class BaseDynamicLayoutViewEnumerator

    Inheritance
    object
    ViewDescriptorEnumerator
    BaseDynamicLayoutViewEnumerator
    Inherited Members
    ViewDescriptorEnumerator.EntityDescriptorFactory
    ViewDescriptorEnumerator.ReflectionHelper
    ViewDescriptorEnumerator.GetAnyReplacingVersion(ViewDescriptorInstance)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class BaseDynamicLayoutViewEnumerator : ViewDescriptorEnumerator

    Constructors

    BaseDynamicLayoutViewEnumerator(IEntityDescriptorFactory, IReflectionHelper)

    Declaration
    public BaseDynamicLayoutViewEnumerator(IEntityDescriptorFactory entityDescriptorFactory, IReflectionHelper reflectionHelper)
    Parameters
    Type Name Description
    IEntityDescriptorFactory entityDescriptorFactory
    IReflectionHelper reflectionHelper

    Methods

    GetViewInstances()

    Provides an enumeration of all the View Descriptor Instances that can be used against the IModelView the ViewDescriptorAttribute is marked against

    Declaration
    public override IEnumerable<ViewDescriptorInstance> GetViewInstances()
    Returns
    Type Description
    IEnumerable<ViewDescriptorInstance>

    An enumeration of all the View Descriptor Instances that can be used against the IModelView the ViewDescriptorAttribute is marked against

    Overrides
    ViewDescriptorEnumerator.GetViewInstances()

    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.