C# 클래스 DD4T.Providers.SDLWeb8.CIL.TridionComponentPresentationProvider

상속: BaseProvider, IComponentPresentationProvider
파일 보기 프로젝트 열기: dd4t/DD4T.Providers.SDLWeb8.CIL

공개 메소드들

메소드 설명
FindComponents ( IQuery query ) : IList
GetContent ( string uri, string templateUri = "" ) : string
GetContentMultiple ( string componentUris ) : List

Returns the Component contents which could be found. Components that couldn't be found don't appear in the list.

GetLastPublishedDate ( string uri ) : System.DateTime
TridionComponentPresentationProvider ( IProvidersCommonServices providersCommonServices ) : System

비공개 메소드들

메소드 설명
GetComponentMetaFactory ( int publicationId ) : Tridion.ContentDelivery.Meta.ComponentMetaFactory
GetComponentPresentationFactory ( int publicationId ) : Tridion.ContentDelivery.DynamicContent.ComponentPresentationFactory

메소드 상세

FindComponents() 공개 메소드

public FindComponents ( IQuery query ) : IList
query IQuery
리턴 IList

GetContent() 공개 메소드

public GetContent ( string uri, string templateUri = "" ) : string
uri string
templateUri string
리턴 string

GetContentMultiple() 공개 메소드

Returns the Component contents which could be found. Components that couldn't be found don't appear in the list.
public GetContentMultiple ( string componentUris ) : List
componentUris string
리턴 List

GetLastPublishedDate() 공개 메소드

public GetLastPublishedDate ( string uri ) : System.DateTime
uri string
리턴 System.DateTime

TridionComponentPresentationProvider() 공개 메소드

public TridionComponentPresentationProvider ( IProvidersCommonServices providersCommonServices ) : System
providersCommonServices IProvidersCommonServices
리턴 System