Search Results for

    Show / Hide Table of Contents

    Class ItemSelectorDefaultLayoutAttribute

    Used to indicate an ILayoutGenerator implementation should be used as the view for selecting that type of item in a popup when choosing relationships

    By default the system will use the default layout for a displaying a grid of those items.

    However this will indicate that this layout should be used instead allowing you a default layout for viewing the entity types, and a different default layout for choosing from among those items in any popup window
    Inheritance
    object
    Attribute
    ItemSelectorDefaultLayoutAttribute
    Inherited Members
    Attribute.GetCustomAttributes(MemberInfo, Type)
    Attribute.GetCustomAttributes(MemberInfo, Type, bool)
    Attribute.GetCustomAttributes(MemberInfo)
    Attribute.GetCustomAttributes(MemberInfo, bool)
    Attribute.IsDefined(MemberInfo, Type)
    Attribute.IsDefined(MemberInfo, Type, bool)
    Attribute.GetCustomAttribute(MemberInfo, Type)
    Attribute.GetCustomAttribute(MemberInfo, Type, bool)
    Attribute.GetCustomAttributes(ParameterInfo)
    Attribute.GetCustomAttributes(ParameterInfo, Type)
    Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
    Attribute.GetCustomAttributes(ParameterInfo, bool)
    Attribute.IsDefined(ParameterInfo, Type)
    Attribute.IsDefined(ParameterInfo, Type, bool)
    Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
    Attribute.GetCustomAttributes(Module, Type)
    Attribute.GetCustomAttributes(Module)
    Attribute.GetCustomAttributes(Module, bool)
    Attribute.GetCustomAttributes(Module, Type, bool)
    Attribute.IsDefined(Module, Type)
    Attribute.IsDefined(Module, Type, bool)
    Attribute.GetCustomAttribute(Module, Type)
    Attribute.GetCustomAttribute(Module, Type, bool)
    Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, bool)
    Attribute.GetCustomAttributes(Assembly)
    Attribute.GetCustomAttributes(Assembly, bool)
    Attribute.IsDefined(Assembly, Type)
    Attribute.IsDefined(Assembly, Type, bool)
    Attribute.GetCustomAttribute(Assembly, Type)
    Attribute.GetCustomAttribute(Assembly, Type, bool)
    Attribute.Equals(object)
    Attribute.GetHashCode()
    Attribute.Match(object)
    Attribute.IsDefaultAttribute()
    Attribute.TypeId
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class ItemSelectorDefaultLayoutAttribute : Attribute

    Constructors

    ItemSelectorDefaultLayoutAttribute(EntityID)

    Creates a new ItemSelectorDefaultLayoutAttribute for the specified system entity type

    Declaration
    public ItemSelectorDefaultLayoutAttribute(EntityID forType)
    Parameters
    Type Name Description
    EntityID forType

    The entity type to provide a different default layout generator for when the user is selecting items of that entity type

    ItemSelectorDefaultLayoutAttribute(string)

    Creates a new ItemSelectorDefaultLayoutAttribute for the specified system entity type

    Declaration
    public ItemSelectorDefaultLayoutAttribute(string forTypeGuid)
    Parameters
    Type Name Description
    string forTypeGuid

    The entity type to provide a different default layout generator for when the user is selecting items of that entity type

    Properties

    ForDescriptor

    The descriptor this ILayoutGenerator implementation is providing a new default layout for when the user is selecting from items of those types

    Declaration
    public EntityDescriptor ForDescriptor { get; }
    Property Value
    Type Description
    EntityDescriptor

    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.