C# 클래스 Sdl.Web.Tridion.Query.BrokerQuery

파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BrokerQuery System
BuildCriteria Criteria
CreateComponent DD4T.ContentModel.IComponent
ExecuteQuery IEnumerable
GetSortColumn SortColumn
GetSortParameter SortParameter

공개 메소드들

메소드 설명
LoadKeyword ( string keywordUri ) : Keyword
LoadKeywords ( List keywordUris ) : List

Gets a list of keyword objects based on their URIs

SetKeywordFilters ( List keywords ) : void

Sets the keyword filters using a list of keyword objects

SetKeywordFilters ( List keywordUris ) : void

Sets the keyword filters using a list of keyword uri strings

비공개 메소드들

메소드 설명
BrokerQuery ( SimpleBrokerQuery queryParameters ) : System
BuildCriteria ( ) : Criteria
CreateComponent ( IComponentMeta componentMeta ) : DD4T.ContentModel.IComponent

Creates a lightweight DD4T Component that contains enough information such that the semantic model builder can cope and build a strongly typed model from it.

ExecuteQuery ( Type resultType ) : IEnumerable
GetSortColumn ( ) : SortColumn
GetSortParameter ( ) : SortParameter

메소드 상세

LoadKeyword() 공개 정적인 메소드

public static LoadKeyword ( string keywordUri ) : Keyword
keywordUri string
리턴 Keyword

LoadKeywords() 공개 정적인 메소드

Gets a list of keyword objects based on their URIs
public static LoadKeywords ( List keywordUris ) : List
keywordUris List
리턴 List

SetKeywordFilters() 공개 메소드

Sets the keyword filters using a list of keyword objects
public SetKeywordFilters ( List keywords ) : void
keywords List
리턴 void

SetKeywordFilters() 공개 메소드

Sets the keyword filters using a list of keyword uri strings
public SetKeywordFilters ( List keywordUris ) : void
keywordUris List
리턴 void