C# 클래스 Sitecore.Courier.Rainbow.RainbowDataItem

상속: QuickContentDataItem
파일 보기 프로젝트 열기: adoprog/Sitecore-Courier 1 사용 예제들

공개 메소드들

메소드 설명
BuildSyncItem ( IItemData item ) : SyncItem
RainbowDataItem ( string rootPath, string relatedPath, string name, Rainbow.Storage.Yaml.YamlSerializationFormatter formatter ) : System

Initializes a new instance of the RainbowDataItem class.

보호된 메소드들

메소드 설명
GetFastId ( ) : System.Guid

Gets the fast identifier.

GetItem ( ) : SyncItem

Gets the syncitem.

GetItemData ( ) : IItemData

Gets the item data.

비공개 메소드들

메소드 설명
GetItemMetaData ( ) : IItemMetadata

메소드 상세

BuildSyncItem() 공개 메소드

public BuildSyncItem ( IItemData item ) : SyncItem
item IItemData
리턴 SyncItem

GetFastId() 보호된 메소드

Gets the fast identifier.
protected GetFastId ( ) : System.Guid
리턴 System.Guid

GetItem() 보호된 메소드

Gets the syncitem.
protected GetItem ( ) : SyncItem
리턴 SyncItem

GetItemData() 보호된 메소드

Gets the item data.
protected GetItemData ( ) : IItemData
리턴 IItemData

RainbowDataItem() 공개 메소드

Initializes a new instance of the RainbowDataItem class.
public RainbowDataItem ( string rootPath, string relatedPath, string name, Rainbow.Storage.Yaml.YamlSerializationFormatter formatter ) : System
rootPath string The root path.
relatedPath string The related path.
name string The name.
formatter Rainbow.Storage.Yaml.YamlSerializationFormatter The formatter.
리턴 System