C# Класс Profiles.Edit.Modules.CustomEditFreetextKeyword.CustomEditFreetextKeyword

Наследование: Profiles.Framework.Utilities.BaseModule
Показать файл Открыть проект

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

Свойство Тип Описание
GridViewProperty global::System.Web.UI.WebControls.GridView
Literal1 global::System.Web.UI.WebControls.Literal
RptrEditProperty global::System.Web.UI.WebControls.Repeater
btnBulkInsert global::System.Web.UI.WebControls.LinkButton
btnDelAll global::System.Web.UI.WebControls.LinkButton
btnDeleteAll global::System.Web.UI.WebControls.LinkButton
btnEditProperty global::System.Web.UI.WebControls.LinkButton
btnInsertAward global::System.Web.UI.WebControls.LinkButton
btnInsertCancel global::System.Web.UI.WebControls.LinkButton
btnInsertCancelBulk global::System.Web.UI.WebControls.LinkButton
btnInsertProperty global::System.Web.UI.WebControls.LinkButton
btnInsertPropertyBulk global::System.Web.UI.WebControls.LinkButton
btnSingleInsert global::System.Web.UI.WebControls.LinkButton
hiddenSubjectID global::System.Web.UI.WebControls.HiddenField
imbAddArror global::System.Web.UI.WebControls.Image
imbDelArrow global::System.Web.UI.WebControls.Image
lblNoItems global::System.Web.UI.WebControls.Label
litBackLink global::System.Web.UI.WebControls.Literal
phDelAll global::System.Web.UI.WebControls.PlaceHolder
phEditProperty global::System.Web.UI.WebControls.PlaceHolder
phSecurityOptions global::System.Web.UI.WebControls.PlaceHolder
pnlDeleteAll global::System.Web.UI.WebControls.Panel
pnlInsertProperty global::System.Web.UI.WebControls.Panel
pnlInsertPropertyBulk global::System.Web.UI.WebControls.Panel
securityOptions global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions
txtLabel global::System.Web.UI.WebControls.TextBox
txtLabelBulk global::System.Web.UI.WebControls.TextBox
updateProgress global::System.Web.UI.UpdateProgress
upnlEditSection global::System.Web.UI.UpdatePanel

Private Properties

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

Открытые методы

Метод Описание
CustomEditFreetextKeyword ( ) : System
CustomEditFreetextKeyword ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

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

Метод Описание
FillPropertyGrid ( bool refresh ) : void
GridViewProperty_RowCancelingEdit ( object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
GridViewProperty_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
GridViewProperty_RowDeleting ( object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void
GridViewProperty_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
GridViewProperty_RowUpdated ( object sender, System.Web.UI.WebControls.GridViewUpdatedEventArgs e ) : void
GridViewProperty_RowUpdating ( object sender, System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnBulkInsert_OnClick ( object sender, EventArgs e ) : void
btnDelAll_OnClick ( object sender, EventArgs e ) : void
btnDeleteAll_OnClick ( object sender, EventArgs e ) : void
btnEditProperty_OnClick ( object sender, EventArgs e ) : void
btnInsertBulkClose_OnClick ( object sender, EventArgs e ) : void
btnInsertCancel_OnClick ( object sender, EventArgs e ) : void
btnInsertClose_OnClick ( object sender, EventArgs e ) : void
btnInsert_OnClick ( object sender, EventArgs e ) : void
btnSingleInsert_OnClick ( object sender, EventArgs e ) : void
ibDown_Click ( object sender, EventArgs e ) : void
ibUp_Click ( object sender, EventArgs e ) : void

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

CustomEditFreetextKeyword() публичный Метод

public CustomEditFreetextKeyword ( ) : System
Результат System

CustomEditFreetextKeyword() публичный Метод

public CustomEditFreetextKeyword ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
Результат System

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

protected FillPropertyGrid ( bool refresh ) : void
refresh bool
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

securityOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions securityOptions
Результат global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions

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

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

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

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

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

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

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

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