C# Class WebFormsLab.ProductDetails

Afficher le fichier Open project: Microsoft-Web/HOL-ASPNETWebForms

Protected Properties

Свойство Type Description
productsFormView global::System.Web.UI.WebControls.FormView
threadsMessageLabel global::System.Web.UI.WebControls.Label

Méthodes publiques

Méthode Description
SelectProduct ( ) : Product
SelectProduct ( [ productId ) : Product
UpdateProduct ( int productID ) : void

Méthodes protégées

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

Private Methods

Méthode Description
UpdateProductImage ( Product product ) : void

Method Details

Page_Load() protected méthode

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

SelectProduct() public méthode

public SelectProduct ( ) : Product
Résultat Product

SelectProduct() public méthode

public SelectProduct ( [ productId ) : Product
productId [
Résultat Product

UpdateProduct() public méthode

public UpdateProduct ( int productID ) : void
productID int
Résultat void

Property Details

productsFormView protected_oe property

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

threadsMessageLabel protected_oe property

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