C# 클래스 Sitecore.SharedSource.PublishedItemComparer.Utils.ItemComparerUtil

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

공개 프로퍼티들

프로퍼티 타입 설명
ErrorIcon string
FailIcon string
PassIcon string

공개 메소드들

메소드 설명
GetTargetDatabase ( ) : Database

Get the Target Database that is specified in the settings item

Validate ( Item currentItem, Item publishedItem ) : bool

Validate the fields of the item against another

메소드 상세

GetTargetDatabase() 공개 정적인 메소드

Get the Target Database that is specified in the settings item
public static GetTargetDatabase ( ) : Database
리턴 Database

Validate() 공개 정적인 메소드

Validate the fields of the item against another
public static Validate ( Item currentItem, Item publishedItem ) : bool
currentItem Item
publishedItem Item
리턴 bool

프로퍼티 상세

ErrorIcon 공개적으로 정적으로 프로퍼티

public static string ErrorIcon
리턴 string

FailIcon 공개적으로 정적으로 프로퍼티

public static string FailIcon
리턴 string

PassIcon 공개적으로 정적으로 프로퍼티

public static string PassIcon
리턴 string