Search Results for

    Show / Hide Table of Contents

    Interface ISingleControl

    Inherited Members
    ICustomReadOnly.IsReadOnly
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface ISingleControl : ICustomReadOnly

    Properties

    DisplayedItem

    Declaration
    object DisplayedItem { get; }
    Property Value
    Type Description
    object

    Methods

    BindToComment(string)

    Declaration
    void BindToComment(string commentBinding)
    Parameters
    Type Name Description
    string commentBinding

    Clear()

    Declaration
    void Clear()

    Display(object)

    Declaration
    void Display(object item)
    Parameters
    Type Name Description
    object item

    HighlightMandatory(bool)

    Declaration
    void HighlightMandatory(bool mandatory)
    Parameters
    Type Name Description
    bool mandatory

    Init(string, string)

    Declaration
    void Init(string label, string binding)
    Parameters
    Type Name Description
    string label
    string binding

    SetHeight(double?)

    Declaration
    void SetHeight(double? height)
    Parameters
    Type Name Description
    double? height

    ValidateUI()

    Declaration
    void ValidateUI()

    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.