C# Class DotNetNuke.Monitoring.AppInsights.AppInsightsSetup

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Afficher le fichier Open project: davidjrh/dnn.appinsights

Protected Properties

Свойство Type Description
chkEnabled global::System.Web.UI.WebControls.CheckBox
rqInstrumentationKey global::System.Web.UI.WebControls.RequiredFieldValidator
txtInstrumentationKey global::System.Web.UI.WebControls.TextBox

Méthodes protégées

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

Private Methods

Méthode Description
InitializeComponent ( ) : void
ModifyAppInsightsConfigFile ( bool removeSettings = false ) : void
ModifyAppInsightsJsFile ( bool removeSettings = false ) : void
ModifyLog4NetConfigFile ( bool removeSettings = false ) : void
ModifyWebConfigFile ( bool removeSettings = false ) : void
TransformXmlDoc ( string sourceFile, string transFile, string destFile = "" ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
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

lnkSave_OnClick() protected méthode

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

Property Details

chkEnabled protected_oe property

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

rqInstrumentationKey protected_oe property

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

txtInstrumentationKey protected_oe property

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