C# Class TypedDataControls.StronglyTypedDataControl

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: AppliedIS/strongly-typed-data-controls

Protected Properties

Property Type Description
empRepeater global::System.Web.UI.WebControls.Repeater
empRepeater2 global::System.Web.UI.WebControls.Repeater

Public Methods

Method Description
GetEmployees ( ) : IEnumerable

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetEmployees() public method

public GetEmployees ( ) : IEnumerable
return IEnumerable

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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
return 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
return global::System.Web.UI.WebControls.Repeater