C# Class Referenception.Core.Providers.ReferenceProviderBase

The base class implementation of the reference provider.
Afficher le fichier Open project: unic/SitecoreReferenception

Méthodes publiques

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

Gets the data table.
public abstract GetData ( Item item ) : DataTable
item Item The item.
Résultat System.Data.DataTable

GetLinkItemId() public méthode

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

GetTooltip() public méthode

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