C# Класс ScrewTurn.Wiki.AdminNamespaces

Наследование: BasePage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnBack global::System.Web.UI.WebControls.Button
btnCancel global::System.Web.UI.WebControls.Button
btnConfirmDeletion global::Anthem.Button
btnCreate global::System.Web.UI.WebControls.Button
btnDelete global::Anthem.Button
btnNewNamespace global::Anthem.Button
btnNormal global::Anthem.LinkButton
btnPrivate global::Anthem.LinkButton
btnPublic global::Anthem.LinkButton
btnRename global::Anthem.Button
btnSave global::System.Web.UI.WebControls.Button
cvName global::System.Web.UI.WebControls.CustomValidator
cvName2 global::System.Web.UI.WebControls.CustomValidator
cvNewName global::System.Web.UI.WebControls.CustomValidator
cvNewName2 global::System.Web.UI.WebControls.CustomValidator
lblConfirmDeletion global::System.Web.UI.WebControls.Literal
lblDefaultPage global::System.Web.UI.WebControls.Literal
lblDefaultPageInfo global::System.Web.UI.WebControls.Label
lblEditTitle global::System.Web.UI.WebControls.Literal
lblInheritanceInfo global::System.Web.UI.WebControls.Literal
lblName global::System.Web.UI.WebControls.Literal
lblNamespaceName global::System.Web.UI.WebControls.Literal
lblNamespacePermissions global::System.Web.UI.WebControls.Literal
lblNamespaces global::System.Web.UI.WebControls.Literal
lblNewName global::System.Web.UI.WebControls.Literal
lblNormalInfo global::System.Web.UI.WebControls.Literal
lblPermissionsTemplates global::System.Web.UI.WebControls.Literal
lblPermissionsTemplatesInfo global::System.Web.UI.WebControls.Literal
lblPrivateInfo global::System.Web.UI.WebControls.Literal
lblProvider global::System.Web.UI.WebControls.Literal
lblPublicInfo global::System.Web.UI.WebControls.Literal
lblRename global::System.Web.UI.WebControls.Literal
lblRenameInfo global::System.Web.UI.WebControls.Literal
lblRenameResult global::Anthem.Label
lblResult global::Anthem.Label
lblTheme global::System.Web.UI.WebControls.Literal
lstDefaultPage global::System.Web.UI.WebControls.DropDownList
lstTheme global::System.Web.UI.WebControls.DropDownList
permissionsManager global::ScrewTurn.Wiki.PermissionsManager
pnlDelete global::Anthem.Panel
pnlEditNamespace global::Anthem.Panel
pnlList global::Anthem.Panel
pnlPermissions global::Anthem.Panel
providerSelector global::ScrewTurn.Wiki.ProviderSelector
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvNewName global::System.Web.UI.WebControls.RequiredFieldValidator
rptNamespaces global::Anthem.Repeater
txtCurrentNamespace global::Anthem.HiddenField
txtName global::System.Web.UI.WebControls.TextBox
txtNewName global::Anthem.TextBox

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConfirmDeletion_Click ( object sender, EventArgs e ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnNewNamespace_Click ( object sender, EventArgs e ) : void
btnNormal_Click ( object sender, EventArgs e ) : void
btnPrivate_Click ( object sender, EventArgs e ) : void
btnPublic_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cvName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvNewName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
rptNamespaces_DataBinding ( object sender, EventArgs e ) : void
rptNamespaces_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void

Приватные методы

Метод Описание
LoadDefaultPages ( ) : void

Loads the available pages and selects the current one.

RefreshList ( ) : void

Refreshes the namespace list.

RefreshPermissionsManager ( ) : void

Refreshes the permissions manager.

RemoveAllPermissions ( NamespaceInfo nspace ) : void

Removes all the permissions for a namespace.

ResetEditor ( ) : void

Resets the namespace editor.

ReturnToList ( ) : void

Returns to the group list.

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnBack_Click() защищенный Метод

protected btnBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnCancel_Click() защищенный Метод

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnConfirmDeletion_Click() защищенный Метод

protected btnConfirmDeletion_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnCreate_Click() защищенный Метод

protected btnCreate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnDelete_Click() защищенный Метод

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnNewNamespace_Click() защищенный Метод

protected btnNewNamespace_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnNormal_Click() защищенный Метод

protected btnNormal_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnPrivate_Click() защищенный Метод

protected btnPrivate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnPublic_Click() защищенный Метод

protected btnPublic_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnRename_Click() защищенный Метод

protected btnRename_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnSave_Click() защищенный Метод

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

cvName2_ServerValidate() защищенный Метод

protected cvName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
Результат void

cvName_ServerValidate() защищенный Метод

protected cvName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
Результат void

cvNewName2_ServerValidate() защищенный Метод

protected cvNewName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
Результат void

cvNewName_ServerValidate() защищенный Метод

protected cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
Результат void

rptNamespaces_DataBinding() защищенный Метод

protected rptNamespaces_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

rptNamespaces_ItemCommand() защищенный Метод

protected rptNamespaces_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void
sender object
e RepeaterCommandEventArgs
Результат void

Описание свойств

btnBack защищенное свойство

btnBack control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnBack
Результат global::System.Web.UI.WebControls.Button

btnCancel защищенное свойство

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnCancel
Результат global::System.Web.UI.WebControls.Button

btnConfirmDeletion защищенное свойство

btnConfirmDeletion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnConfirmDeletion
Результат global::Anthem.Button

btnCreate защищенное свойство

btnCreate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnCreate
Результат global::System.Web.UI.WebControls.Button

btnDelete защищенное свойство

btnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDelete
Результат global::Anthem.Button

btnNewNamespace защищенное свойство

btnNewNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnNewNamespace
Результат global::Anthem.Button

btnNormal защищенное свойство

btnNormal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnNormal
Результат global::Anthem.LinkButton

btnPrivate защищенное свойство

btnPrivate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnPrivate
Результат global::Anthem.LinkButton

btnPublic защищенное свойство

btnPublic control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnPublic
Результат global::Anthem.LinkButton

btnRename защищенное свойство

btnRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnRename
Результат global::Anthem.Button

btnSave защищенное свойство

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSave
Результат global::System.Web.UI.WebControls.Button

cvName защищенное свойство

cvName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvName
Результат global::System.Web.UI.WebControls.CustomValidator

cvName2 защищенное свойство

cvName2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvName2
Результат global::System.Web.UI.WebControls.CustomValidator

cvNewName защищенное свойство

cvNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvNewName
Результат global::System.Web.UI.WebControls.CustomValidator

cvNewName2 защищенное свойство

cvNewName2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvNewName2
Результат global::System.Web.UI.WebControls.CustomValidator

lblConfirmDeletion защищенное свойство

lblConfirmDeletion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblConfirmDeletion
Результат global::System.Web.UI.WebControls.Literal

lblDefaultPage защищенное свойство

lblDefaultPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDefaultPage
Результат global::System.Web.UI.WebControls.Literal

lblDefaultPageInfo защищенное свойство

lblDefaultPageInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblDefaultPageInfo
Результат global::System.Web.UI.WebControls.Label

lblEditTitle защищенное свойство

lblEditTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblEditTitle
Результат global::System.Web.UI.WebControls.Literal

lblInheritanceInfo защищенное свойство

lblInheritanceInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblInheritanceInfo
Результат global::System.Web.UI.WebControls.Literal

lblName защищенное свойство

lblName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblName
Результат global::System.Web.UI.WebControls.Literal

lblNamespaceName защищенное свойство

lblNamespaceName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNamespaceName
Результат global::System.Web.UI.WebControls.Literal

lblNamespacePermissions защищенное свойство

lblNamespacePermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNamespacePermissions
Результат global::System.Web.UI.WebControls.Literal

lblNamespaces защищенное свойство

lblNamespaces control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNamespaces
Результат global::System.Web.UI.WebControls.Literal

lblNewName защищенное свойство

lblNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNewName
Результат global::System.Web.UI.WebControls.Literal

lblNormalInfo защищенное свойство

lblNormalInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNormalInfo
Результат global::System.Web.UI.WebControls.Literal

lblPermissionsTemplates защищенное свойство

lblPermissionsTemplates control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPermissionsTemplates
Результат global::System.Web.UI.WebControls.Literal

lblPermissionsTemplatesInfo защищенное свойство

lblPermissionsTemplatesInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPermissionsTemplatesInfo
Результат global::System.Web.UI.WebControls.Literal

lblPrivateInfo защищенное свойство

lblPrivateInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPrivateInfo
Результат global::System.Web.UI.WebControls.Literal

lblProvider защищенное свойство

lblProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblProvider
Результат global::System.Web.UI.WebControls.Literal

lblPublicInfo защищенное свойство

lblPublicInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPublicInfo
Результат global::System.Web.UI.WebControls.Literal

lblRename защищенное свойство

lblRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblRename
Результат global::System.Web.UI.WebControls.Literal

lblRenameInfo защищенное свойство

lblRenameInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblRenameInfo
Результат global::System.Web.UI.WebControls.Literal

lblRenameResult защищенное свойство

lblRenameResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblRenameResult
Результат global::Anthem.Label

lblResult защищенное свойство

lblResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblResult
Результат global::Anthem.Label

lblTheme защищенное свойство

lblTheme control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblTheme
Результат global::System.Web.UI.WebControls.Literal

lstDefaultPage защищенное свойство

lstDefaultPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList lstDefaultPage
Результат global::System.Web.UI.WebControls.DropDownList

lstTheme защищенное свойство

lstTheme control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList lstTheme
Результат global::System.Web.UI.WebControls.DropDownList

permissionsManager защищенное свойство

permissionsManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PermissionsManager permissionsManager
Результат global::ScrewTurn.Wiki.PermissionsManager

pnlDelete защищенное свойство

pnlDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlDelete
Результат global::Anthem.Panel

pnlEditNamespace защищенное свойство

pnlEditNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlEditNamespace
Результат global::Anthem.Panel

pnlList защищенное свойство

pnlList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlList
Результат global::Anthem.Panel

pnlPermissions защищенное свойство

pnlPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlPermissions
Результат global::Anthem.Panel

providerSelector защищенное свойство

providerSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector providerSelector
Результат global::ScrewTurn.Wiki.ProviderSelector

rfvName защищенное свойство

rfvName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvName
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

rfvNewName защищенное свойство

rfvNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvNewName
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

rptNamespaces защищенное свойство

rptNamespaces control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptNamespaces
Результат global::Anthem.Repeater

txtCurrentNamespace защищенное свойство

txtCurrentNamespace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.HiddenField txtCurrentNamespace
Результат global::Anthem.HiddenField

txtName защищенное свойство

txtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtName
Результат global::System.Web.UI.WebControls.TextBox

txtNewName защищенное свойство

txtNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtNewName
Результат global::Anthem.TextBox