C# 클래스 Umbraco.StoreImporterTutorial.ImportProducts

상속: Umbraco.Web.UmbracoUserControl
파일 보기 프로젝트 열기: hartvig/UmbracoV6APITutorial

보호된 프로퍼티들

프로퍼티 타입 설명
PanelFail global::System.Web.UI.WebControls.Panel
PanelUpload global::System.Web.UI.WebControls.Panel
PanelWoot global::System.Web.UI.WebControls.Panel
ProductCount global::System.Web.UI.WebControls.Literal
ProductFile global::System.Web.UI.WebControls.FileUpload
StartImport global::System.Web.UI.WebControls.Button
failDetail global::System.Web.UI.WebControls.Literal

보호된 메소드들

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

비공개 메소드들

메소드 설명
ImportProduct ( int productId, string name, int productGroup, int price ) : void
getNodeIdFromProductGroupId ( int groupId ) : int

메소드 상세

Page_Load() 보호된 메소드

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

startImport_Click() 보호된 메소드

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

프로퍼티 상세

PanelFail 보호되어 있는 프로퍼티

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

PanelUpload 보호되어 있는 프로퍼티

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

PanelWoot 보호되어 있는 프로퍼티

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

ProductCount 보호되어 있는 프로퍼티

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

ProductFile 보호되어 있는 프로퍼티

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

StartImport 보호되어 있는 프로퍼티

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

failDetail 보호되어 있는 프로퍼티

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