C# Class OpenSlx.Lib.Web.Controls.BindingSourceParameter

A custom parameter, for use as parameter to a standard ASP.NET datasource (SqlDataSource, ObjectDataSource etc). The value will be taken from the BindingSource of the current context.
Inheritance: System.Web.UI.WebControls.Parameter
Afficher le fichier Open project: nicocrm/OpenSlx

Private Properties

Свойство Type Description
FindParentSmartPart EntityBoundSmartPart

Méthodes publiques

Méthode Description
BindingSourceParameter ( ) : System

Sets defaults

Méthodes protégées

Méthode Description
Evaluate ( System context, System control ) : object

Retrieve value for the parameter.

Private Methods

Méthode Description
FindParentSmartPart ( Control boundControl ) : EntityBoundSmartPart

Attempt to find the smart part containing this control.

Method Details

BindingSourceParameter() public méthode

Sets defaults
public BindingSourceParameter ( ) : System
Résultat System

Evaluate() protected méthode

Retrieve value for the parameter.
protected Evaluate ( System context, System control ) : object
context System
control System
Résultat object