C# 클래스 MettleSystems.dashCommerce.Web.admin.rolelist

파일 보기 프로젝트 열기: dashcommerce/dashcommerce-3

보호된 메소드들

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

Handles the Load event of the Page control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

lbDelete_Click ( object sender, CommandEventArgs e ) : void

Handles the Click event of the lbDelete control.

비공개 메소드들

메소드 설명
SetRoleListProperties ( ) : void

Sets the role list properties.

dgRoles_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void

Handles the ItemDataBound event of the dgRoles control.

메소드 상세

Page_Load() 보호된 메소드

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnSave_Click() 보호된 메소드

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

lbDelete_Click() 보호된 메소드

Handles the Click event of the lbDelete control.
protected lbDelete_Click ( object sender, CommandEventArgs e ) : void
sender object The source of the event.
e CommandEventArgs The instance containing the event data.
리턴 void