C# Class CSWA_Integration.CSWADemo

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: docusign/docusign-signature-appliance-api-recipes

Protected Properties

Свойство 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

Méthodes protégées

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

Method Details

CSWAConnectButton_Click() protected méthode

protected CSWAConnectButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm