Search Results for

    Show / Hide Table of Contents

    Class DataSourceSearchDisplayerItem

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

    This item specifies that we want to load the Data Source Search functionality that has custom views for running a aspecific custom query and displaying the results to the user

    This item also has a custom DataSourceSearchParam associated parameter for default initial search parameters
    Inheritance
    System.Object
    CustomSettingsItem
    DataSourceSearchDisplayerItem
    Inherited Members
    CustomSettingsItem.Params
    CustomSettingsItem.LayoutDisplayParams
    CustomSettingsItem.OverlayImageID
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    [CustomSettingsItemLayoutInfo("DataSourceSearch")]
    public class DataSourceSearchDisplayerItem : CustomSettingsItem

    Constructors

    DataSourceSearchDisplayerItem(DataSourceSearchParam)

    Creates a new data source display item for the DisplayableItemDescriptorForCustomSettings descriptor

    Declaration
    public DataSourceSearchDisplayerItem(DataSourceSearchParam param)
    Parameters
    Type Name Description
    DataSourceSearchParam param

    Fields

    PARAM_DATASOURCESEARCH

    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_DATASOURCESEARCH = "DataSourceSearch"
    Field Value
    Type Description
    System.String

    Properties

    HelpURL

    Returns the data source standard help file url

    Declaration
    public override string HelpURL { get; }
    Property Value
    Type Description
    System.String
    Overrides
    CustomSettingsItem.HelpURL

    ImageID

    Returns the search default image

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

    Label

    Always returns "Data Source Search"

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

    LayoutDiplayName

    Returns PARAM_DATASOURCESEARCH

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

    MyParams

    Returns the Params cast as the DataSourceSearchParam that was passed during the construction of this class

    Declaration
    public DataSourceSearchParam MyParams { get; }
    Property Value
    Type Description
    DataSourceSearchParam

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.