C# Class BeeCloudSDKDemo.query

Afficher le fichier Open project: beecloud/beecloud-dotnet

Protected Properties

Свойство Type Description
QueryGridView global::System.Web.UI.WebControls.GridView

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
QueryGridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
QueryGridView_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
bind ( ) : void

Method Details

Page_Load() protected méthode

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

QueryGridView_RowCommand() protected méthode

protected QueryGridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
Résultat void

QueryGridView_RowDataBound() protected méthode

protected QueryGridView_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
Résultat void

bind() protected méthode

protected bind ( ) : void
Résultat void

Property Details

QueryGridView protected_oe property

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