C# 클래스 Engage.Dnn.Publish.CategoryControls.CategoryPermissions

상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
divCategoryPermissions global::System.Web.UI.HtmlControls.HtmlGenericControl
imgAdd global::System.Web.UI.WebControls.ImageButton
imgRemove global::System.Web.UI.WebControls.ImageButton
lblAvailableRoles global::DotNetNuke.UI.UserControls.LabelControl
lblMessage global::System.Web.UI.WebControls.Label
lblSelectedRoles global::DotNetNuke.UI.UserControls.LabelControl
lstItems global::System.Web.UI.WebControls.ListBox
lstSelectedItems global::System.Web.UI.WebControls.ListBox

공개 메소드들

메소드 설명
Save ( ) : void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadAllRoles ( ) : void
LoadAssignedRoles ( ) : void
Page_Load ( object sender, EventArgs e ) : void
RoleIdExists ( string itemId ) : bool
imgAdd_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
imgRemove_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

divCategoryPermissions 보호되어 있는 프로퍼티

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

imgAdd 보호되어 있는 프로퍼티

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

imgRemove 보호되어 있는 프로퍼티

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

lblAvailableRoles 보호되어 있는 프로퍼티

lblAvailableRoles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAvailableRoles
리턴 global::DotNetNuke.UI.UserControls.LabelControl

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

lblSelectedRoles 보호되어 있는 프로퍼티

lblSelectedRoles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSelectedRoles
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lstItems 보호되어 있는 프로퍼티

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

lstSelectedItems 보호되어 있는 프로퍼티

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