C# 클래스 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.
상속: System.Web.UI.WebControls.Parameter
파일 보기 프로젝트 열기: nicocrm/OpenSlx

Private Properties

프로퍼티 타입 설명
FindParentSmartPart EntityBoundSmartPart

공개 메소드들

메소드 설명
BindingSourceParameter ( ) : System

Sets defaults

보호된 메소드들

메소드 설명
Evaluate ( System context, System control ) : object

Retrieve value for the parameter.

비공개 메소드들

메소드 설명
FindParentSmartPart ( Control boundControl ) : EntityBoundSmartPart

Attempt to find the smart part containing this control.

메소드 상세

BindingSourceParameter() 공개 메소드

Sets defaults
public BindingSourceParameter ( ) : System
리턴 System

Evaluate() 보호된 메소드

Retrieve value for the parameter.
protected Evaluate ( System context, System control ) : object
context System
control System
리턴 object