C# Class Adf.Web.Panels.PanelValidator

Inheritance: Adf.Web.UI.SmartValidator
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Create ( PanelItem item ) : PanelValidator
Create ( string name, string label, IEnumerable ids ) : PanelValidator

Create a Adf.Web.UI.SmartValidator control and set its identifier by the specified panel item name.

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Method Details

Create() public static method

public static Create ( PanelItem item ) : PanelValidator
item Adf.Core.Panels.PanelItem
return PanelValidator

Create() public static method

Create a Adf.Web.UI.SmartValidator control and set its identifier by the specified panel item name.
public static Create ( string name, string label, IEnumerable ids ) : PanelValidator
name string Set the identifier of control.
label string
ids IEnumerable
return PanelValidator

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void