C# 클래스 Referenception.Core.Providers.ReferenceProviderBase

The base class implementation of the reference provider.
파일 보기 프로젝트 열기: unic/SitecoreReferenception

공개 메소드들

메소드 설명
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.

메소드 상세

GetData() 공개 추상적인 메소드

Gets the data table.
public abstract GetData ( Item item ) : DataTable
item Item The item.
리턴 System.Data.DataTable

GetLinkItemId() 공개 메소드

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

GetTooltip() 공개 메소드

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