C# 클래스 Rock.UniversalSearch.IndexModels.ContentChannelItemIndex

Content Channel Item Index
상속: IndexModelBase
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult

Formats the search result.

GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string

Gets the document URL.

LoadByModel ( ContentChannelItem contentChannelItem ) : ContentChannelItemIndex

Loads the by model.

메소드 상세

FormatSearchResult() 공개 메소드

Formats the search result.
public FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult
person Person
displayOptions object>.Dictionary
리턴 FormattedSearchResult

GetDocumentUrl() 공개 메소드

Gets the document URL.
public GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string
displayOptions object>.Dictionary
리턴 string

LoadByModel() 공개 정적인 메소드

Loads the by model.
public static LoadByModel ( ContentChannelItem contentChannelItem ) : ContentChannelItemIndex
contentChannelItem ContentChannelItem The content channel item.
리턴 ContentChannelItemIndex