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

Site/Page 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 ( Site site ) : SitePageIndex

Loads the by model.

메소드 상세

FormatSearchResult() 공개 메소드

Formats the search result.
public FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult
person Person The person.
displayOptions object>.Dictionary The display options.
리턴 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 ( Site site ) : SitePageIndex
site Site The site.
리턴 SitePageIndex