Skip to main content

subqueryxelement-class

Represents special kind of element which shows a dialog sub-query modification.

public class Korzh.EasyQuery.WinForms.SubQueryXElement
: LabelXElement

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
SubQueryXElement()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.SubQueryXElement class.

Properties

NameTypeDescription
ParentQueryQueryGets or sets the parent query.

Methods

NameTypeDescription
CalcNewValue()stringGets the new value from modal form
CoreGetTextAdjustedByValue(string newValue)stringGets the element's text according to its value. This method can be overridden in inherited classes.
CoreLaunch()voidIs called when both Korzh.EasyQuery.WinForms.XElement.ParentRow and Korzh.EasyQuery.WinForms.XElement.ParentPanel for this element are established.
HideControl()voidHides the control that allows to edit the value.
LinkClickedHandler(object sender, LinkLabelLinkClickedEventArgs e)voidCalled when the label is clicked.
ParseXmlNode(XmlNode node)voidParses the XML node.
ShowControl()voidShows the control that allows to edit the value.
UpdateExpression()voidUpdates the EqExpression object associated with the current element.

Static Properties

NameTypeDescription
TagNamestringTag name that represents Korzh.EasyQuery.WinForms.SubQueryXElement element.