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

Inheritance: BaseForm
Exibir arquivo Open project: Velir/Sitecore-PublishedItemComparer

Protected Properties

Property 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

Protected Methods

Method 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

Method 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 method

protected OnLoad ( EventArgs eventArgs ) : void
eventArgs System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs eventArgs ) : void
eventArgs System.EventArgs
return void

publishButton_OnClick() protected method

protected publishButton_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

viewTargetItemButton_OnClick() protected method

protected viewTargetItemButton_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Cancel protected_oe property

protected Button Cancel
return Button

Grid protected_oe property

protected GridPanel Grid
return GridPanel

OK protected_oe property

protected Button OK
return Button

PublishingTargets protected_oe property

protected Combobox PublishingTargets
return Combobox

Version1 protected_oe property

protected Combobox Version1
return Combobox

comparerPlaceholder protected_oe property

protected Placeholder comparerPlaceholder
return Placeholder

createdByLiteral protected_oe property

protected Literal createdByLiteral
return Literal

createdLiteral protected_oe property

protected Literal createdLiteral
return Literal

infoLiteral protected_oe property

protected Literal infoLiteral
return Literal

itemPathLiteral protected_oe property

protected Literal itemPathLiteral
return Literal

lastModifiedByLiteral protected_oe property

protected Literal lastModifiedByLiteral
return Literal

lastModifiedLiteral protected_oe property

protected Literal lastModifiedLiteral
return Literal

nameLiteral protected_oe property

protected Literal nameLiteral
return Literal

publishButton protected_oe property

protected Button publishButton
return Button

templatePathLiteral protected_oe property

protected Literal templatePathLiteral
return Literal

viewTargetItemButton protected_oe property

protected Button viewTargetItemButton
return Button