C# 클래스 EPiCode.Relations.Plugins.Admin.Units.EditRule

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

보호된 프로퍼티들

프로퍼티 타입 설명
AccessLevelDropDownList global::System.Web.UI.WebControls.DropDownList
Button1 global::System.Web.UI.WebControls.LinkButton
Button2 global::System.Web.UI.WebControls.Button
Button4 global::System.Web.UI.WebControls.LinkButton
Button5 global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
Label10 global::System.Web.UI.WebControls.Label
Label11 global::System.Web.UI.WebControls.Label
Label12 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
Label5 global::System.Web.UI.WebControls.Label
Label6 global::System.Web.UI.WebControls.Label
Label7 global::System.Web.UI.WebControls.Label
Label8 global::System.Web.UI.WebControls.Label
Label9 global::System.Web.UI.WebControls.Label
LinkButton1 global::System.Web.UI.WebControls.LinkButton
LinkButton2 global::System.Web.UI.WebControls.LinkButton
Literal1 global::System.Web.UI.WebControls.Literal
RuleDescriptionLeft global::System.Web.UI.WebControls.TextBox
RuleDescriptionRight global::System.Web.UI.WebControls.TextBox
RuleHierarchyStartPageReferenceLeft global::EPiServer.Web.WebControls.InputPageReference
RuleHierarchyStartPageReferenceRight global::EPiServer.Web.WebControls.InputPageReference
RuleId global::System.Web.UI.WebControls.TextBox
RuleName global::System.Web.UI.WebControls.TextBox
RulePageTypeLeft global::System.Web.UI.WebControls.DropDownList
RulePageTypeRight global::System.Web.UI.WebControls.DropDownList
RulePageTypesLeftListBox global::System.Web.UI.WebControls.ListBox
RulePageTypesLeftLiteral global::System.Web.UI.WebControls.Literal
RulePageTypesRightListBox global::System.Web.UI.WebControls.ListBox
RulePageTypesRightLiteral global::System.Web.UI.WebControls.Literal
RuleTextLeft global::System.Web.UI.WebControls.TextBox
RuleTextRight global::System.Web.UI.WebControls.TextBox
RulesRepeater global::System.Web.UI.WebControls.Repeater
SortOrderLeft global::System.Web.UI.WebControls.DropDownList
SortOrderRight global::System.Web.UI.WebControls.DropDownList
StatusLiteral global::System.Web.UI.WebControls.Literal
VisibleLeft global::System.Web.UI.WebControls.CheckBox
VisibleRight global::System.Web.UI.WebControls.CheckBox

공개 메소드들

메소드 설명
SetupEditControls ( ) : void

보호된 메소드들

메소드 설명
AddPageTypeLeft_Click ( object sender, EventArgs e ) : void
AddPageTypeRight_Click ( object sender, EventArgs e ) : void
AddRule_Click ( object sender, EventArgs e ) : void
DeleteRule_Click ( object sender, EventArgs e ) : void
GetPage ( int page ) : PageData
OnCommand ( object sender, CommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
RemovePageType ( string pageTypes, string pageTypeToRemove ) : string
RemovePageTypeLeft_Click ( object sender, EventArgs e ) : void
RemovePageTypeRight_Click ( object sender, EventArgs e ) : void
StringToArray ( string pageTypes ) : string[]

메소드 상세

AddPageTypeLeft_Click() 보호된 메소드

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

AddPageTypeRight_Click() 보호된 메소드

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

AddRule_Click() 보호된 메소드

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

DeleteRule_Click() 보호된 메소드

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

GetPage() 보호된 메소드

protected GetPage ( int page ) : PageData
page int
리턴 PageData

OnCommand() 보호된 메소드

protected OnCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

Page_Load() 보호된 메소드

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

RemovePageType() 보호된 메소드

protected RemovePageType ( string pageTypes, string pageTypeToRemove ) : string
pageTypes string
pageTypeToRemove string
리턴 string

RemovePageTypeLeft_Click() 보호된 메소드

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

RemovePageTypeRight_Click() 보호된 메소드

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

SetupEditControls() 공개 메소드

public SetupEditControls ( ) : void
리턴 void

StringToArray() 보호된 메소드

protected StringToArray ( string pageTypes ) : string[]
pageTypes string
리턴 string[]

프로퍼티 상세

AccessLevelDropDownList 보호되어 있는 프로퍼티

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

Button1 보호되어 있는 프로퍼티

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

Button2 보호되어 있는 프로퍼티

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

Button4 보호되어 있는 프로퍼티

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

Button5 보호되어 있는 프로퍼티

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

Label1 보호되어 있는 프로퍼티

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

Label10 보호되어 있는 프로퍼티

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

Label11 보호되어 있는 프로퍼티

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

Label12 보호되어 있는 프로퍼티

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

Label2 보호되어 있는 프로퍼티

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

Label3 보호되어 있는 프로퍼티

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

Label4 보호되어 있는 프로퍼티

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

Label5 보호되어 있는 프로퍼티

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

Label6 보호되어 있는 프로퍼티

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

Label7 보호되어 있는 프로퍼티

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

Label8 보호되어 있는 프로퍼티

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

Label9 보호되어 있는 프로퍼티

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

LinkButton1 보호되어 있는 프로퍼티

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

LinkButton2 보호되어 있는 프로퍼티

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

Literal1 보호되어 있는 프로퍼티

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

RuleDescriptionLeft 보호되어 있는 프로퍼티

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

RuleDescriptionRight 보호되어 있는 프로퍼티

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

RuleHierarchyStartPageReferenceLeft 보호되어 있는 프로퍼티

RuleHierarchyStartPageReferenceLeft control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EPiServer.Web.WebControls.InputPageReference RuleHierarchyStartPageReferenceLeft
리턴 global::EPiServer.Web.WebControls.InputPageReference

RuleHierarchyStartPageReferenceRight 보호되어 있는 프로퍼티

RuleHierarchyStartPageReferenceRight control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::EPiServer.Web.WebControls.InputPageReference RuleHierarchyStartPageReferenceRight
리턴 global::EPiServer.Web.WebControls.InputPageReference

RuleId 보호되어 있는 프로퍼티

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

RuleName 보호되어 있는 프로퍼티

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

RulePageTypeLeft 보호되어 있는 프로퍼티

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

RulePageTypeRight 보호되어 있는 프로퍼티

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

RulePageTypesLeftListBox 보호되어 있는 프로퍼티

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

RulePageTypesLeftLiteral 보호되어 있는 프로퍼티

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

RulePageTypesRightListBox 보호되어 있는 프로퍼티

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

RulePageTypesRightLiteral 보호되어 있는 프로퍼티

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

RuleTextLeft 보호되어 있는 프로퍼티

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

RuleTextRight 보호되어 있는 프로퍼티

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

RulesRepeater 보호되어 있는 프로퍼티

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

SortOrderLeft 보호되어 있는 프로퍼티

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

SortOrderRight 보호되어 있는 프로퍼티

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

StatusLiteral 보호되어 있는 프로퍼티

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

VisibleLeft 보호되어 있는 프로퍼티

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

VisibleRight 보호되어 있는 프로퍼티

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