C# Class Sitecore.Courier.Rainbow.RainbowDataItem

Inheritance: QuickContentDataItem
Datei anzeigen Open project: adoprog/Sitecore-Courier Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
GetFastId ( ) : System.Guid

Gets the fast identifier.

GetItem ( ) : SyncItem

Gets the syncitem.

GetItemData ( ) : IItemData

Gets the item data.

Private Methods

Method Description
GetItemMetaData ( ) : IItemMetadata

Method Details

BuildSyncItem() public method

public BuildSyncItem ( IItemData item ) : SyncItem
item IItemData
return SyncItem

GetFastId() protected method

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

GetItem() protected method

Gets the syncitem.
protected GetItem ( ) : SyncItem
return SyncItem

GetItemData() protected method

Gets the item data.
protected GetItemData ( ) : IItemData
return IItemData

RainbowDataItem() public method

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.
return System