C# Class Sitecore.Courier.QuickContentDataItem

Inheritance: ContentDataItem
Mostrar archivo Open project: adoprog/Sitecore-Courier Class Usage Examples

Public Methods

Method Description
CompareIds ( object obj ) : int
CompareTo ( object obj ) : int
GenerateUpdateCommand ( IDataItem dataItem ) : IList
QuickContentDataItem ( string rootPath, string relatedPath, string name ) : System
QuickContentDataItem ( string rootPath, string relatedPath, string name, Stream stream ) : System
QuickContentDataItem ( string rootPath, string relatedPath, string name, SyncItem syncItem ) : System

Protected Methods

Method Description
GetFastId ( ) : System.Guid
GetItem ( ) : SyncItem

Private Methods

Method Description
DataItemCompareTo ( object obj ) : int

Method Details

CompareIds() public method

public CompareIds ( object obj ) : int
obj object
return int

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

GenerateUpdateCommand() public method

public GenerateUpdateCommand ( IDataItem dataItem ) : IList
dataItem IDataItem
return IList

GetFastId() protected method

protected GetFastId ( ) : System.Guid
return System.Guid

GetItem() protected method

protected GetItem ( ) : SyncItem
return SyncItem

QuickContentDataItem() public method

public QuickContentDataItem ( string rootPath, string relatedPath, string name ) : System
rootPath string
relatedPath string
name string
return System

QuickContentDataItem() public method

public QuickContentDataItem ( string rootPath, string relatedPath, string name, Stream stream ) : System
rootPath string
relatedPath string
name string
stream Stream
return System

QuickContentDataItem() public method

public QuickContentDataItem ( string rootPath, string relatedPath, string name, SyncItem syncItem ) : System
rootPath string
relatedPath string
name string
syncItem SyncItem
return System