Class FilterExpressionConditionalHandler
Inheritance
System.Object
FilterExpressionConditionalHandler
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class FilterExpressionConditionalHandler : WebControl
Constructors
FilterExpressionConditionalHandler(ConditionElement, FilterExpressionNode, FilterExpressionBuilder)
Initializes a new instance of the FilterExpressionConditionalHandler class.
Declaration
public FilterExpressionConditionalHandler(ConditionElement Element, FilterExpressionNode Node, FilterExpressionBuilder Container)
Parameters
Type | Name | Description |
---|---|---|
ConditionElement | Element | The element. |
FilterExpressionNode | Node | The node. |
FilterExpressionBuilder | Container | The container. |
Fields
customControl
Declaration
protected Control customControl
Field Value
Type | Description |
---|---|
System.Web.UI.Control |
ddMultipleSelect
Declaration
protected ListBox ddMultipleSelect
Field Value
Type | Description |
---|---|
System.Web.UI.WebControls.ListBox |
ddSingleSelect
Declaration
protected DropDownList ddSingleSelect
Field Value
Type | Description |
---|---|
System.Web.UI.WebControls.DropDownList |
intValidator
Declaration
protected RegularExpressionValidator intValidator
Field Value
Type | Description |
---|---|
System.Web.UI.WebControls.RegularExpressionValidator |
lblValue
Declaration
protected Label lblValue
Field Value
Type | Description |
---|---|
System.Web.UI.WebControls.Label |
tbValue
Declaration
protected TextBox tbValue
Field Value
Type | Description |
---|---|
System.Web.UI.WebControls.TextBox |
Properties
Element
Gets or sets the element.
Declaration
public ConditionElement Element { get; set; }
Property Value
Type | Description |
---|---|
ConditionElement | The element. |
NodeElement
Gets or sets the node element.
Declaration
public FilterExpressionNode NodeElement { get; set; }
Property Value
Type | Description |
---|---|
FilterExpressionNode | The node element. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
Methods
CreateChildControls()
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Declaration
protected override void CreateChildControls()
OnBubbleEvent(Object, EventArgs)
Declaration
protected override bool OnBubbleEvent(object source, EventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Object | source | |
System.EventArgs | args |
Returns
Type | Description |
---|---|
System.Boolean |
OnLoad(EventArgs)
Raises the System.Web.UI.Control.Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The System.EventArgs object that contains the event data. |
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |