C# Class WebFormsLab.CustomerDetails

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: Microsoft-Web/HOL-ASPNETWebForms

Protected Properties

Свойство Type Description
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
fvDataBinding global::System.Web.UI.WebControls.FormView

Méthodes publiques

Méthode Description
SaveCustomer ( Customer customer ) : void
SelectCustomer ( [ id ) : Customer
UpdateCustomer ( int id ) : void

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

SaveCustomer() public méthode

public SaveCustomer ( Customer customer ) : void
customer WebFormsLab.Model.Customer
Résultat void

SelectCustomer() public méthode

public SelectCustomer ( [ id ) : Customer
id [
Résultat WebFormsLab.Model.Customer

UpdateCustomer() public méthode

public UpdateCustomer ( int id ) : void
id int
Résultat void

Property Details

ValidationSummary1 protected_oe property

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

fvDataBinding protected_oe property

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