C# Class Referenception.Core.Providers.ReferenceProviderBase

The base class implementation of the reference provider.
ファイルを表示 Open project: unic/SitecoreReferenception

Public Methods

Method Description
GetData ( Item item ) : 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 abstract method

Gets the data table.
public abstract GetData ( Item item ) : DataTable
item Item The 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