C# 클래스 DotNetNuke.Modules.UserDefinedTable.ExportCsv

파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
cboFolders global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdExport global::System.Web.UI.WebControls.LinkButton
plDelimiter global::DotNetNuke.UI.UserControls.LabelControl
plFile global::DotNetNuke.UI.UserControls.LabelControl
plFolder global::DotNetNuke.UI.UserControls.LabelControl
rblDelimiter global::System.Web.UI.WebControls.RadioButtonList
txtFile global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CleanName ( string name ) : string
ExportData ( string folder, string strFileName, string delimiter ) : void
ExportModule ( int moduleId, string fileName, string folder, string delimiter ) : string
Page_Load ( object sender, EventArgs e ) : void
WriteData ( DataTable data, DataTable fields, string folder, string fileName, string delimiter ) : void
WriteFile ( string folder, string fileName, StringWriter sw ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdExport_Click ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

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

프로퍼티 상세

cboFolders 보호되어 있는 프로퍼티

cboFolders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList cboFolders
리턴 global::System.Web.UI.WebControls.DropDownList

cmdCancel 보호되어 있는 프로퍼티

cmdCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdCancel
리턴 global::System.Web.UI.WebControls.LinkButton

cmdExport 보호되어 있는 프로퍼티

cmdExport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdExport
리턴 global::System.Web.UI.WebControls.LinkButton

plDelimiter 보호되어 있는 프로퍼티

plDelimiter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plDelimiter
리턴 global::DotNetNuke.UI.UserControls.LabelControl

plFile 보호되어 있는 프로퍼티

plFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plFile
리턴 global::DotNetNuke.UI.UserControls.LabelControl

plFolder 보호되어 있는 프로퍼티

plFolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plFolder
리턴 global::DotNetNuke.UI.UserControls.LabelControl

rblDelimiter 보호되어 있는 프로퍼티

rblDelimiter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rblDelimiter
리턴 global::System.Web.UI.WebControls.RadioButtonList

txtFile 보호되어 있는 프로퍼티

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