C# 클래스 DotNetNuke.Monitoring.AppInsights.AppInsightsSetup

상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: davidjrh/dnn.appinsights

보호된 프로퍼티들

프로퍼티 타입 설명
chkEnabled global::System.Web.UI.WebControls.CheckBox
rqInstrumentationKey global::System.Web.UI.WebControls.RequiredFieldValidator
txtInstrumentationKey global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
lnkSave_OnClick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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

lnkSave_OnClick() 보호된 메소드

protected lnkSave_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

chkEnabled 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.CheckBox

rqInstrumentationKey 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

txtInstrumentationKey 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox