C# 클래스 Dian.Web.OrderList

파일 보기 프로젝트 열기: stone0090/dian

보호된 프로퍼티들

프로퍼티 타입 설명
ddlRestaurant global::System.Web.UI.WebControls.DropDownList
hCurPageNum global::System.Web.UI.HtmlControls.HtmlInputHidden
hOperationId global::System.Web.UI.HtmlControls.HtmlInputHidden
hOrderStatus global::System.Web.UI.HtmlControls.HtmlInputHidden
lMsg global::System.Web.UI.HtmlControls.HtmlGenericControl
lType global::System.Web.UI.HtmlControls.HtmlGenericControl
repeater1 global::System.Web.UI.WebControls.Repeater

공개 메소드들

메소드 설명
GetButtonStyle ( string type ) : string
GetCountStyle ( string all, string finish, string confirm, string unconfirm ) : string
GetStatusName ( string val ) : string
GetTypeName ( string val ) : string

보호된 메소드들

메소드 설명
GetPagedDataSource ( DataView dv ) : PagedDataSource
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindControlData ( ) : void
BindTableData ( ) : void
OperateOrder ( ) : void

메소드 상세

GetButtonStyle() 공개 메소드

public GetButtonStyle ( string type ) : string
type string
리턴 string

GetCountStyle() 공개 메소드

public GetCountStyle ( string all, string finish, string confirm, string unconfirm ) : string
all string
finish string
confirm string
unconfirm string
리턴 string

GetPagedDataSource() 보호된 메소드

protected GetPagedDataSource ( DataView dv ) : PagedDataSource
dv DataView
리턴 PagedDataSource

GetStatusName() 공개 메소드

public GetStatusName ( string val ) : string
val string
리턴 string

GetTypeName() 공개 메소드

public GetTypeName ( string val ) : string
val string
리턴 string

Page_Load() 보호된 메소드

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

프로퍼티 상세

ddlRestaurant 보호되어 있는 프로퍼티

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

hCurPageNum 보호되어 있는 프로퍼티

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

hOperationId 보호되어 있는 프로퍼티

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

hOrderStatus 보호되어 있는 프로퍼티

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

lMsg 보호되어 있는 프로퍼티

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

lType 보호되어 있는 프로퍼티

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

repeater1 보호되어 있는 프로퍼티

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