Class SQLWrapperController.TextEdit
Inheritance
SQLWrapperController.TextEdit
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
Properties
GetTextDescription
Declaration
protected override string GetTextDescription { get; }
Property Value
Overrides
GetTextName
Declaration
protected override string GetTextName { get; }
Property Value
Overrides
Methods
GetText(ISQLWrapper)
Declaration
protected override string GetText(ISQLWrapper wrapper)
Parameters
Returns
Overrides
SetText(ISQLWrapper, string)
Declaration
protected override void SetText(ISQLWrapper wrapper, string text)
Parameters
Overrides
Implements
Extension Methods