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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Formats the search result.

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

Gets the document URL.

LoadByModel ( Person person ) : PersonIndex

Loads the by model.

메소드 상세

FormatSearchResult() 공개 메소드

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