C# 클래스 SIAQ.Web.Include.WebUserControls.wucFastCatalog

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: GCSoft/CEDHNL

보호된 프로퍼티들

프로퍼티 타입 설명
btnCrear global::System.Web.UI.WebControls.Button
dragPanelAction global::AjaxControlToolkit.DragPanelExtender
hddEstadoId global::System.Web.UI.WebControls.HiddenField
hddFastCatalogType global::System.Web.UI.WebControls.HiddenField
hddItemCreatedID global::System.Web.UI.WebControls.HiddenField
hddMunicipioId global::System.Web.UI.WebControls.HiddenField
hddPaisId global::System.Web.UI.WebControls.HiddenField
imgAgregar global::System.Web.UI.WebControls.ImageButton
imgCloseWindow global::System.Web.UI.WebControls.ImageButton
lblActionTitle global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
pnlAction global::System.Web.UI.WebControls.Panel
pnlActionBody global::System.Web.UI.WebControls.Panel
pnlActionContent global::System.Web.UI.WebControls.Panel
pnlActionHeader global::System.Web.UI.WebControls.Panel
pnlControl global::System.Web.UI.WebControls.Panel
txtNombre global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
SetCatalogType ( FastCatalogTypes FastCatalogType, System.Boolean EnableControl ) : void

Configura el control para el tipo de catálogo a controlar

wucFastCatalog.SetCatalogType 16-Julio-2014 Ruben.Cobos

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnCrear_Click ( object sender, EventArgs e ) : void
imgAgregar_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

비공개 메소드들

메소드 설명
ClearControl ( ) : void
InsertColonia ( ) : void
InsertEstado ( ) : void
InsertMunicipio ( ) : void
InsertPais ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

SetCatalogType() 공개 메소드

Configura el control para el tipo de catálogo a controlar
wucFastCatalog.SetCatalogType 16-Julio-2014 Ruben.Cobos
public SetCatalogType ( FastCatalogTypes FastCatalogType, System.Boolean EnableControl ) : void
FastCatalogType FastCatalogTypes
EnableControl System.Boolean
리턴 void

btnCrear_Click() 보호된 메소드

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

imgAgregar_Click() 보호된 메소드

protected imgAgregar_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
리턴 void

imgCloseWindow_Click() 보호된 메소드

protected imgCloseWindow_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
sender object
e System.Web.UI.ImageClickEventArgs
리턴 void

프로퍼티 상세

btnCrear 보호되어 있는 프로퍼티

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

dragPanelAction 보호되어 있는 프로퍼티

dragPanelAction control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.DragPanelExtender dragPanelAction
리턴 global::AjaxControlToolkit.DragPanelExtender

hddEstadoId 보호되어 있는 프로퍼티

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

hddFastCatalogType 보호되어 있는 프로퍼티

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

hddItemCreatedID 보호되어 있는 프로퍼티

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

hddMunicipioId 보호되어 있는 프로퍼티

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

hddPaisId 보호되어 있는 프로퍼티

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

imgAgregar 보호되어 있는 프로퍼티

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

imgCloseWindow 보호되어 있는 프로퍼티

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

lblActionTitle 보호되어 있는 프로퍼티

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

lblMessage 보호되어 있는 프로퍼티

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

pnlAction 보호되어 있는 프로퍼티

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

pnlActionBody 보호되어 있는 프로퍼티

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

pnlActionContent 보호되어 있는 프로퍼티

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

pnlActionHeader 보호되어 있는 프로퍼티

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

pnlControl 보호되어 있는 프로퍼티

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

txtNombre 보호되어 있는 프로퍼티

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