C# Class CSWA_Integration.CSWADemo

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: docusign/docusign-signature-appliance-api-recipes

Protected Properties

Property Type Description
CSWAConnectButton global::System.Web.UI.WebControls.Button
CSWAIFrame global::System.Web.UI.HtmlControls.HtmlGenericControl
StatusLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

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

Method Details

CSWAConnectButton_Click() protected method

protected CSWAConnectButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

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

Property Details

CSWAConnectButton protected_oe property

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

CSWAIFrame protected_oe property

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

StatusLabel protected_oe property

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

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
return global::System.Web.UI.HtmlControls.HtmlForm