C# Class BeeCloudSDKDemo.subscription

Afficher le fichier Open project: beecloud/beecloud-dotnet

Protected Properties

Свойство Type Description
PlansGridView global::System.Web.UI.WebControls.GridView
SubscriptionGridView global::System.Web.UI.WebControls.GridView
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
PlansGridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
PlansGridView_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
SubscriptionGridView_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

PlansGridView_RowCommand() protected méthode

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

PlansGridView_RowDataBound() protected méthode

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

SubscriptionGridView_RowDataBound() protected méthode

protected SubscriptionGridView_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

PlansGridView protected_oe property

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

SubscriptionGridView protected_oe property

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

form1 protected_oe property

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