C# Class Sitecore.SharedSource.PublishedItemComparer.CustomSitecore.Applications.ItemComparerViewerCodeBeside

Inheritance: BaseForm
Afficher le fichier Open project: Velir/Sitecore-PublishedItemComparer

Protected Properties

Свойство Type Description
Cancel Button
Grid GridPanel
OK Button
PublishingTargets Combobox
Version1 Combobox
comparerPlaceholder Placeholder
createdByLiteral Literal
createdLiteral Literal
infoLiteral Literal
itemPathLiteral Literal
lastModifiedByLiteral Literal
lastModifiedLiteral Literal
nameLiteral Literal
publishButton Button
templatePathLiteral Literal
viewTargetItemButton Button

Méthodes protégées

Méthode Description
OnLoad ( EventArgs eventArgs ) : void
OnPreRender ( EventArgs eventArgs ) : void
publishButton_OnClick ( object sender, EventArgs e ) : void
viewTargetItemButton_OnClick ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Compare ( string version1, string publishingTargetDatabase ) : void

Executes the compare of two items.

CompareItem ( System.Item item ) : void

Compare and show results

GetPublishingTargets ( ) : IList

Returns a list of publishing target items

OnCancel ( object sender, EventArgs eventArgs ) : void

Closes the dialog window

OnOK ( object sender, EventArgs eventArgs ) : void

Closes the dialog window

OnUpdate ( object sender, EventArgs eventArgs ) : void

Refresh the dialog window

Refresh ( ) : void

Process currently selected item versions and refresh the dialog window

SetItemInformation ( System.Item item ) : void

Sets field information for the current item

SetPublishingTargetsComboBox ( IList publishingTargets ) : void

Fills the Publishing Targets ComboBox.

SetValidationField ( System.Item item ) : void

Sets the bulleted list of validation outputs

SetVersionsComboBox ( Sitecore.Data.Version versionNumbers, System.Item item ) : void

Fills the Versions ComboBox.

Method Details

OnLoad() protected méthode

protected OnLoad ( EventArgs eventArgs ) : void
eventArgs System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs eventArgs ) : void
eventArgs System.EventArgs
Résultat void

publishButton_OnClick() protected méthode

protected publishButton_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

viewTargetItemButton_OnClick() protected méthode

protected viewTargetItemButton_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Cancel protected_oe property

protected Button Cancel
Résultat Button

Grid protected_oe property

protected GridPanel Grid
Résultat GridPanel

OK protected_oe property

protected Button OK
Résultat Button

PublishingTargets protected_oe property

protected Combobox PublishingTargets
Résultat Combobox

Version1 protected_oe property

protected Combobox Version1
Résultat Combobox

comparerPlaceholder protected_oe property

protected Placeholder comparerPlaceholder
Résultat Placeholder

createdByLiteral protected_oe property

protected Literal createdByLiteral
Résultat Literal

createdLiteral protected_oe property

protected Literal createdLiteral
Résultat Literal

infoLiteral protected_oe property

protected Literal infoLiteral
Résultat Literal

itemPathLiteral protected_oe property

protected Literal itemPathLiteral
Résultat Literal

lastModifiedByLiteral protected_oe property

protected Literal lastModifiedByLiteral
Résultat Literal

lastModifiedLiteral protected_oe property

protected Literal lastModifiedLiteral
Résultat Literal

nameLiteral protected_oe property

protected Literal nameLiteral
Résultat Literal

publishButton protected_oe property

protected Button publishButton
Résultat Button

templatePathLiteral protected_oe property

protected Literal templatePathLiteral
Résultat Literal

viewTargetItemButton protected_oe property

protected Button viewTargetItemButton
Résultat Button