C# Класс Engage.Dnn.Publish.ArticleControls.ArticleEdit

Показать файл Открыть проект

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

Свойство Тип Описание
TeArticleText TextEditor
TitlePanel global::System.Web.UI.WebControls.Panel
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
chkComments global::System.Web.UI.WebControls.CheckBox
chkEmailAFriend global::System.Web.UI.WebControls.CheckBox
chkForceDisplayTab global::System.Web.UI.WebControls.CheckBox
chkForumComments global::System.Web.UI.WebControls.CheckBox
chkIncludeOtherArticlesFromSameList global::System.Web.UI.WebControls.CheckBox
chkIncludeRelatedArticles global::System.Web.UI.WebControls.CheckBox
chkPrinterFriendly global::System.Web.UI.WebControls.CheckBox
chkRatings global::System.Web.UI.WebControls.CheckBox
chkReturnList global::System.Web.UI.WebControls.CheckBox
chkShowAuthor global::System.Web.UI.WebControls.CheckBox
chkTags global::System.Web.UI.WebControls.CheckBox
chkUseApprovals global::System.Web.UI.WebControls.CheckBox
clpExtended global::AjaxControlToolkit.CollapsiblePanelExtender
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
ctlUrlSelection global::DotNetNuke.UI.UserControls.UrlControl
ddlDisplayTabId global::System.Web.UI.WebControls.DropDownList
ddlPhotoGalleryAlbum global::System.Web.UI.WebControls.DropDownList
imgArticleEditExtendedHeader global::System.Web.UI.WebControls.Image
lblApproval global::DotNetNuke.UI.UserControls.LabelControl
lblArticleAttachment global::DotNetNuke.UI.UserControls.LabelControl
lblArticleEditExtendedHeader global::System.Web.UI.WebControls.Label
lblArticleId global::DotNetNuke.UI.UserControls.LabelControl
lblArticleText global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayOnCurrentPage global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayOptions global::DotNetNuke.UI.UserControls.LabelControl
lblEmbeddedArticle global::DotNetNuke.UI.UserControls.LabelControl
lblForceDisplayTab global::DotNetNuke.UI.UserControls.LabelControl
lblIncludeRelatedArticles global::System.Web.UI.WebControls.Label
lblNotUsingApprovals global::System.Web.UI.WebControls.Label
lblParentCategory global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryAlbum global::DotNetNuke.UI.UserControls.LabelControl
lblPreviousVersionDescription global::DotNetNuke.UI.UserControls.LabelControl
lblPublishInstructions global::System.Web.UI.WebControls.Label
lblPublishOverrideable global::System.Web.UI.WebControls.Label
lblRelatedArticles global::DotNetNuke.UI.UserControls.LabelControl
lblRelatedCategories global::DotNetNuke.UI.UserControls.LabelControl
lblTagEntry global::DotNetNuke.UI.UserControls.LabelControl
lblVersionDescription global::DotNetNuke.UI.UserControls.LabelControl
lblVersionNumber global::DotNetNuke.UI.UserControls.LabelControl
phApproval global::System.Web.UI.WebControls.PlaceHolder
phArticleText global::System.Web.UI.WebControls.PlaceHolder
phControls global::System.Web.UI.WebControls.PlaceHolder
phEmbeddedArticle global::System.Web.UI.WebControls.PlaceHolder
phParentCategory global::System.Web.UI.WebControls.PlaceHolder
phRelatedArticles global::System.Web.UI.WebControls.PlaceHolder
phRelatedCategories global::System.Web.UI.WebControls.PlaceHolder
phTagEntry global::System.Web.UI.WebControls.PlaceHolder
pnlArticleEditExtended global::System.Web.UI.WebControls.Panel
publishInstructions global::System.Web.UI.HtmlControls.HtmlGenericControl
rblDisplayOnCurrentPage global::System.Web.UI.WebControls.RadioButtonList
rowPhotoGallery global::System.Web.UI.HtmlControls.HtmlTableRow
rowTagEntry global::System.Web.UI.HtmlControls.HtmlTableRow
shArticleEdit global::DotNetNuke.UI.UserControls.SectionHeadControl
shPublishInstructions global::DotNetNuke.UI.UserControls.SectionHeadControl
tblArticleEdit global::System.Web.UI.HtmlControls.HtmlGenericControl
trArticleId global::System.Web.UI.HtmlControls.HtmlTableRow
txtArticleId global::System.Web.UI.WebControls.Label
txtMessage global::System.Web.UI.WebControls.TextBox
txtPreviousVersionDescription global::System.Web.UI.WebControls.TextBox
txtVersionDescription global::System.Web.UI.WebControls.TextBox
txtVersionNumber global::System.Web.UI.WebControls.TextBox
upPublishRelationshipsProgress global::System.Web.UI.UpdateProgress
upnlApproval global::System.Web.UI.UpdatePanel
upnlDisplayLocationOptions global::System.Web.UI.UpdatePanel
upnlForceDisplayTab global::System.Web.UI.UpdatePanel
upnlForceDisplayTabLabel global::System.Web.UI.UpdatePanel
upnlParentCategory global::System.Web.UI.UpdatePanel
upnlRelatedArticles global::System.Web.UI.UpdatePanel
upnlRelatedCategories global::System.Web.UI.UpdatePanel

Private Properties

Свойство Тип Описание
CmdCancelClick void
CmdUpdateClick void
FillPhotoGalleryDropDown void
LoadControlType void
LoadDisplayTabDropDown void
LoadPhotoGalleryDropDown void
LoadSharedResources void
LocalizeCollapsePanels void
Page_Load void
Page_PreRender void
SaveSettings void
ShowOnlyMessage void
TextBoxMaxLengthExceeded bool
chkIncludeRelatedArticles_CheckedChanged void
chkUseApprovals_CheckedChanged void
cmdDelete_Click void
rblDisplayOnCurrentPage_SelectedIndexChanged void

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

Метод Описание
OnInit ( EventArgs e ) : void

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

Метод Описание
CmdCancelClick ( object sender, EventArgs e ) : void
CmdUpdateClick ( object sender, EventArgs e ) : void
FillPhotoGalleryDropDown ( ) : void
LoadControlType ( ) : void
LoadDisplayTabDropDown ( ) : void
LoadPhotoGalleryDropDown ( Article av ) : void
LoadSharedResources ( ) : void
LocalizeCollapsePanels ( ) : void
Page_Load ( object sender, EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void
SaveSettings ( ) : void
ShowOnlyMessage ( ) : void
TextBoxMaxLengthExceeded ( string text, string controlName, int length ) : bool
chkIncludeRelatedArticles_CheckedChanged ( object sender, EventArgs e ) : void
chkUseApprovals_CheckedChanged ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void
rblDisplayOnCurrentPage_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

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

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

protected TextEditor TeArticleText
Результат TextEditor

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ctlUrlSelection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.UrlControl ctlUrlSelection
Результат global::DotNetNuke.UI.UserControls.UrlControl

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

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

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

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

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

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

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

lblApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblApproval
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblArticleAttachment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleAttachment
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

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

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

lblArticleId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleId
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblArticleText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleText
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblDisplayOnCurrentPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDisplayOnCurrentPage
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblDisplayOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDisplayOptions
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblEmbeddedArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEmbeddedArticle
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblForceDisplayTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblForceDisplayTab
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

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

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

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

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

lblParentCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblParentCategory
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblPhotoGalleryAlbum control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPhotoGalleryAlbum
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblPreviousVersionDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPreviousVersionDescription
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

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

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

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

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

lblRelatedArticles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRelatedArticles
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblRelatedCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRelatedCategories
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblTagEntry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblTagEntry
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblVersionDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblVersionDescription
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

lblVersionNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblVersionNumber
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

shArticleEdit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl shArticleEdit
Результат global::DotNetNuke.UI.UserControls.SectionHeadControl

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

shPublishInstructions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl shPublishInstructions
Результат global::DotNetNuke.UI.UserControls.SectionHeadControl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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