C# Class Sitecore.Courier.Rainbow.RainbowDataItem

Inheritance: QuickContentDataItem
Afficher le fichier Open project: adoprog/Sitecore-Courier Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
GetFastId ( ) : System.Guid

Gets the fast identifier.

GetItem ( ) : SyncItem

Gets the syncitem.

GetItemData ( ) : IItemData

Gets the item data.

Private Methods

Méthode Description
GetItemMetaData ( ) : IItemMetadata

Method Details

BuildSyncItem() public méthode

public BuildSyncItem ( IItemData item ) : SyncItem
item IItemData
Résultat SyncItem

GetFastId() protected méthode

Gets the fast identifier.
protected GetFastId ( ) : System.Guid
Résultat System.Guid

GetItem() protected méthode

Gets the syncitem.
protected GetItem ( ) : SyncItem
Résultat SyncItem

GetItemData() protected méthode

Gets the item data.
protected GetItemData ( ) : IItemData
Résultat IItemData

RainbowDataItem() public méthode

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.
Résultat System