Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperController.TextEdit

    Inheritance
    object
    BaseHasChildren<EPCommandWithDescriptor>
    EPCommand
    EPCommandWithDescriptor
    ViewCommand
    SQLWrapperController.TextEditBase
    SQLWrapperController.TextEdit
    Implements
    IHasChildren<EPCommandWithDescriptor>
    IHasChildren
    IDisposable
    IEPCommandWithDescriptor
    IEPCommand
    ICommand
    ICommandDescriptor
    Inherited Members
    SQLWrapperController.TextEditBase.InternalCanExecute(object)
    SQLWrapperController.TextEditBase.InternalExecuteAsync(object)
    SQLWrapperController.TextEditBase.Title
    SQLWrapperController.TextEditBase.IconID
    SQLWrapperController.TextEditBase.OverlayIconID
    SQLWrapperController.TextEditBase.Description
    SQLWrapperController.TextEditBase.ToolTip
    ViewCommand.Type
    ViewCommand.IncludeInSimple
    EPCommandWithDescriptor.Parameter
    EPCommandWithDescriptor.HelpURL
    EPCommand.OnCanExecuteChanged()
    EPCommand.LoadChildrenAsync()
    EPCommand.SetToggler(IHasToggleStatus)
    EPCommand.OnLayoutsChanged(IModelLayoutHost, LayoutChangeEventArgs)
    EPCommand.ExternalExecute(object)
    EPCommand.InternalExecute(object)
    EPCommand.ExternalCanExecute(object)
    EPCommand.InternalCanExecuteAsync(object)
    EPCommand.GetModifierText(IEPCommand)
    EPCommand.RemoveEventHandlersOnDispose()
    EPCommand.Dispose(bool)
    EPCommand.Dispose()
    EPCommand.RootController
    EPCommand.ActiveDisplayerFromOwner
    EPCommand.ReloadChildrenOnEachOpen
    EPCommand.HasChildCommands
    EPCommand.SubscribeToLayoutChange
    EPCommand.From
    EPCommand.LockExecution
    EPCommand.CustomType
    EPCommand.Key
    EPCommand.ModifierKeys
    EPCommand.Owner
    EPCommand.Toggler
    EPCommand.IsQuickAccessCommand
    EPCommand.CanExecuteChanged
    BaseHasChildren<EPCommandWithDescriptor>.AddChild(EPCommandWithDescriptor, bool)
    BaseHasChildren<EPCommandWithDescriptor>.DeleteChild(EPCommandWithDescriptor)
    BaseHasChildren<EPCommandWithDescriptor>.ClearChildren()
    BaseHasChildren<EPCommandWithDescriptor>.ClearMyParent()
    BaseHasChildren<EPCommandWithDescriptor>.AddChild(IHasChildren)
    BaseHasChildren<EPCommandWithDescriptor>.DeleteChild(IHasChildren)
    BaseHasChildren<EPCommandWithDescriptor>.Order
    BaseHasChildren<EPCommandWithDescriptor>.Children
    BaseHasChildren<EPCommandWithDescriptor>.Parent
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Controllers
    Assembly: LemonEdge.ClientEntities.dll
    Syntax
    public class SQLWrapperController.TextEdit : SQLWrapperController.TextEditBase, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor

    Constructors

    TextEdit(IRootController, IModelLayoutCommon, Func<ISQLWrapper>)

    Declaration
    public TextEdit(IRootController root, IModelLayoutCommon host, Func<ISQLWrapper> getSQLWrapper)
    Parameters
    Type Name Description
    IRootController root
    IModelLayoutCommon host
    Func<ISQLWrapper> getSQLWrapper

    Properties

    GetTextDescription

    Declaration
    protected override string GetTextDescription { get; }
    Property Value
    Type Description
    string
    Overrides
    SQLWrapperController.TextEditBase.GetTextDescription

    GetTextName

    Declaration
    protected override string GetTextName { get; }
    Property Value
    Type Description
    string
    Overrides
    SQLWrapperController.TextEditBase.GetTextName

    Methods

    GetText(ISQLWrapper)

    Declaration
    protected override string GetText(ISQLWrapper wrapper)
    Parameters
    Type Name Description
    ISQLWrapper wrapper
    Returns
    Type Description
    string
    Overrides
    SQLWrapperController.TextEditBase.GetText(ISQLWrapper)

    SetText(ISQLWrapper, string)

    Declaration
    protected override void SetText(ISQLWrapper wrapper, string text)
    Parameters
    Type Name Description
    ISQLWrapper wrapper
    string text
    Overrides
    SQLWrapperController.TextEditBase.SetText(ISQLWrapper, string)

    Implements

    IHasChildren<T>
    IHasChildren
    IDisposable
    IEPCommandWithDescriptor
    IEPCommand
    ICommand
    ICommandDescriptor

    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.