C# Class TypedDataControls.StronglyTypedDataControl

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: AppliedIS/strongly-typed-data-controls

Protected Properties

Свойство Type Description
empRepeater global::System.Web.UI.WebControls.Repeater
empRepeater2 global::System.Web.UI.WebControls.Repeater

Méthodes publiques

Méthode Description
GetEmployees ( ) : IEnumerable

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetEmployees() public méthode

public GetEmployees ( ) : IEnumerable
Résultat IEnumerable

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

empRepeater protected_oe property

empRepeater control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater empRepeater
Résultat global::System.Web.UI.WebControls.Repeater

empRepeater2 protected_oe property

empRepeater2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater empRepeater2
Résultat global::System.Web.UI.WebControls.Repeater