C# Class InvoicingSampleApp.WebUserControlRequestPermission

ファイルを表示 Open project: paypal/invoice-sdk-dotnet

Protected Properties

Property Type Description
RequestPermission global::System.Web.UI.WebControls.Panel
accessToken global::System.Web.UI.WebControls.TextBox
authentication global::System.Web.UI.HtmlControls.HtmlInputCheckBox
tokenSecret global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

RequestPermission protected_oe property

RequestPermission control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel RequestPermission
return global::System.Web.UI.WebControls.Panel

accessToken protected_oe property

accessToken control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox accessToken
return global::System.Web.UI.WebControls.TextBox

authentication protected_oe property

authentication control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputCheckBox authentication
return global::System.Web.UI.HtmlControls.HtmlInputCheckBox

tokenSecret protected_oe property

tokenSecret control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tokenSecret
return global::System.Web.UI.WebControls.TextBox