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

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

공개 메소드들

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

Formats the search result.

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

Gets the document URL.

LoadByModel ( Person business ) : BusinessIndex

Loads 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 by model.
public static LoadByModel ( Person business ) : BusinessIndex
business Person The business.
리턴 BusinessIndex