C# 클래스 Sitecore.SharedSource.PublishedItemComparer.CustomSitecore.Applications.ItemComparerViewerCodeBeside

상속: BaseForm
파일 보기 프로젝트 열기: Velir/Sitecore-PublishedItemComparer

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
OnLoad ( EventArgs eventArgs ) : void
OnPreRender ( EventArgs eventArgs ) : void
publishButton_OnClick ( object sender, EventArgs e ) : void
viewTargetItemButton_OnClick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs eventArgs ) : void
eventArgs System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs eventArgs ) : void
eventArgs System.EventArgs
리턴 void

publishButton_OnClick() 보호된 메소드

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

viewTargetItemButton_OnClick() 보호된 메소드

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

프로퍼티 상세

Cancel 보호되어 있는 프로퍼티

protected Button Cancel
리턴 Button

Grid 보호되어 있는 프로퍼티

protected GridPanel Grid
리턴 GridPanel

OK 보호되어 있는 프로퍼티

protected Button OK
리턴 Button

PublishingTargets 보호되어 있는 프로퍼티

protected Combobox PublishingTargets
리턴 Combobox

Version1 보호되어 있는 프로퍼티

protected Combobox Version1
리턴 Combobox

comparerPlaceholder 보호되어 있는 프로퍼티

protected Placeholder comparerPlaceholder
리턴 Placeholder

createdByLiteral 보호되어 있는 프로퍼티

protected Literal createdByLiteral
리턴 Literal

createdLiteral 보호되어 있는 프로퍼티

protected Literal createdLiteral
리턴 Literal

infoLiteral 보호되어 있는 프로퍼티

protected Literal infoLiteral
리턴 Literal

itemPathLiteral 보호되어 있는 프로퍼티

protected Literal itemPathLiteral
리턴 Literal

lastModifiedByLiteral 보호되어 있는 프로퍼티

protected Literal lastModifiedByLiteral
리턴 Literal

lastModifiedLiteral 보호되어 있는 프로퍼티

protected Literal lastModifiedLiteral
리턴 Literal

nameLiteral 보호되어 있는 프로퍼티

protected Literal nameLiteral
리턴 Literal

publishButton 보호되어 있는 프로퍼티

protected Button publishButton
리턴 Button

templatePathLiteral 보호되어 있는 프로퍼티

protected Literal templatePathLiteral
리턴 Literal

viewTargetItemButton 보호되어 있는 프로퍼티

protected Button viewTargetItemButton
리턴 Button