C# Class Dian.Web.EmployeeList

ファイルを表示 Open project: stone0090/dian

Protected Properties

Property Type Description
hDeleteId global::System.Web.UI.HtmlControls.HtmlInputHidden
lMsg global::System.Web.UI.HtmlControls.HtmlGenericControl
repeater1 global::System.Web.UI.WebControls.Repeater

Public Methods

Method Description
GetIsAdminName ( string val ) : string
GetSexName ( string val ) : string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindData ( ) : void
DeleteData ( ) : void

Method Details

GetIsAdminName() public method

public GetIsAdminName ( string val ) : string
val string
return string

GetSexName() public method

public GetSexName ( string val ) : string
val string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

hDeleteId protected_oe property

hDeleteId 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.HtmlControls.HtmlInputHidden hDeleteId
return global::System.Web.UI.HtmlControls.HtmlInputHidden

lMsg protected_oe property

lMsg 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.HtmlControls.HtmlGenericControl lMsg
return global::System.Web.UI.HtmlControls.HtmlGenericControl

repeater1 protected_oe property

repeater1 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Repeater repeater1
return global::System.Web.UI.WebControls.Repeater