Search Results for

    Show / Hide Table of Contents

    Class DashboardDisplayerItem

    The item that is used for an Item in a DisplayableItemDescriptorForCustomSettings instance

    This item specifies that we want to load a custom layout which can display any custom design - a homepage/dashboard

    Inheritance
    object
    CustomSettingsItem
    DashboardDisplayerItem
    Inherited Members
    CustomSettingsItem.Params
    CustomSettingsItem.OverlayImageID
    CustomSettingsItem.HelpURL
    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
    [CustomSettingsItemLayoutInfo("DashboardSettingsItem-Layout", CustomParameters = typeof(CustomParameters))]
    public class DashboardDisplayerItem : CustomSettingsItem

    Constructors

    DashboardDisplayerItem(string, string)

    Creates a new data source display item for the DisplayableItemDescriptorForCustomSettings descriptor

    Declaration
    public DashboardDisplayerItem(string label, string layoutParam)
    Parameters
    Type Name Description
    string label
    string layoutParam

    Fields

    PARAM_SCHEMA

    The layout name this item requires to be displayed

    Available so a DefaultLayoutGenerator can be implemented to create a custom layout specifically for this item

    Declaration
    public const string PARAM_SCHEMA = "DashboardSettingsItem-Layout"
    Field Value
    Type Description
    string

    Properties

    ImageID

    Returns the search default image

    Declaration
    public override Guid ImageID { get; }
    Property Value
    Type Description
    Guid
    Overrides
    CustomSettingsItem.ImageID

    Label

    Always returns "Database Schema"

    Declaration
    public override string Label { get; }
    Property Value
    Type Description
    string
    Overrides
    CustomSettingsItem.Label

    LayoutDiplayName

    Returns PARAM_SCHEMA

    Declaration
    public override string LayoutDiplayName { get; }
    Property Value
    Type Description
    string
    Overrides
    CustomSettingsItem.LayoutDiplayName

    LayoutDisplayParams

    The custom parameter for this dashboard

    Declaration
    public override string LayoutDisplayParams { get; }
    Property Value
    Type Description
    string
    Overrides
    CustomSettingsItem.LayoutDisplayParams

    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.