SaaS CMS has officially launched! Learn more now.

Class FilterExpressionFunctionParams

Inheritance
System.Object
FilterExpressionFunctionParams
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class FilterExpressionFunctionParams : WebControl

Constructors

FilterExpressionFunctionParams(FilterExpressionBuilder, FilterExpressionNode)

Initializes a new instance of the FilterExpressionFunctionParams class.

Declaration
public FilterExpressionFunctionParams(FilterExpressionBuilder container, FilterExpressionNode element)
Parameters
Type Name Description
FilterExpressionBuilder container

The container.

FilterExpressionNode element

The element.

Fields

customControl

Declaration
protected Control customControl
Field Value
Type Description
System.Web.UI.Control

lblValue

Declaration
protected Label lblValue
Field Value
Type Description
System.Web.UI.WebControls.Label

Properties

ControlContainer

Gets or sets the control container.

Declaration
public FilterExpressionBuilder ControlContainer { get; set; }
Property Value
Type Description
FilterExpressionBuilder

The control container.

NodeElement

Gets or sets the node element.

Declaration
public FilterExpressionNode NodeElement { get; set; }
Property Value
Type Description
FilterExpressionNode

The node element.

NodeMethodElement

Gets or sets the node element.

Declaration
public MethodElement NodeMethodElement { get; set; }
Property Value
Type Description
MethodElement

The node element.

Value

Gets or sets the value.

Declaration
public MethodElementParams Value { get; set; }
Property Value
Type Description
MethodElementParams

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)

Determines whether the event for the server control is passed up the page's UI server control hierarchy.

Declaration
protected override bool OnBubbleEvent(object source, EventArgs args)
Parameters
Type Name Description
System.Object source

The source of the event.

System.EventArgs args

An System.EventArgs object that contains the event data.

Returns
Type Description
System.Boolean

true if the event has been canceled; otherwise, false. The default is false.

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.