C# Class Referenception.Providers.CloneReferencesProvider

The clone references provides.
Inheritance: Referenception.Core.Providers.ReferenceProviderBase
Mostrar archivo Open project: unic/SitecoreReferenception

Public Methods

Method Description
GetData ( Item sourceItem ) : DataTable

Gets the data table.

GetLinkItemId ( DataRow row ) : ID

Gets the link item identifier.

GetTooltip ( DataRow row ) : string>.IDictionary

Gets the tooltip.

Method Details

GetData() public method

Gets the data table.
public GetData ( Item sourceItem ) : DataTable
sourceItem Item The source item.
return System.Data.DataTable

GetLinkItemId() public method

Gets the link item identifier.
public GetLinkItemId ( DataRow row ) : ID
row System.Data.DataRow The row.
return ID

GetTooltip() public method

Gets the tooltip.
public GetTooltip ( DataRow row ) : string>.IDictionary
row System.Data.DataRow The row.
return string>.IDictionary