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

상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
cboFiles global::System.Web.UI.WebControls.DropDownList
cboFolders global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdImport global::System.Web.UI.WebControls.LinkButton
plDelimiter global::System.Web.UI.UserControl
plFile global::System.Web.UI.UserControl
plFolder global::System.Web.UI.UserControl
rblDelimiter global::System.Web.UI.WebControls.RadioButtonList

보호된 메소드들

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

비공개 메소드들

메소드 설명
CreateFields ( IEnumerable columns, UserDefinedTableController udtController ) : DataSet
FillRow ( string data, DataRow row, int start ) : DataRow
ImportModule ( int moduleId, string fileName, string folder, string delimiter ) : string
Page_Load ( object sender, EventArgs e ) : void
cboFolders_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdImport_Click ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

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

프로퍼티 상세

cboFiles 보호되어 있는 프로퍼티

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

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

cmdImport 보호되어 있는 프로퍼티

cmdImport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdImport
리턴 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::System.Web.UI.UserControl plDelimiter
리턴 global::System.Web.UI.UserControl

plFile 보호되어 있는 프로퍼티

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

plFolder 보호되어 있는 프로퍼티

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

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