C# 클래스 Glyma.SharePoint.Search.GlymaNamingContainer

Defines how to map the external item to the URL used by the search system.
상속: INamingContainer
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
GetAccessUri ( Microsoft entityInstance ) : Uri

Maps the specified external item to the URL used by the search system.

The URL's are in the following formats: glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID]/ - Defines the URL for a Glyma Map. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID] - Defines the URL for a Glyma Node.

GetAccessUri ( Microsoft entityInstance, Microsoft parentEntityInstance ) : Uri

Maps the specified external item to the URL used by the search system.

GetDisplayUri ( Microsoft lobSystemInstance ) : Uri
GetDisplayUri ( Microsoft entityInstance, Microsoft parentEntityInstance ) : Uri
GetDisplayUri ( Microsoft entityInstance, string computedDisplayUri ) : Uri

Maps the specified external item to the display URL used by the search system.

The display URL is what is displayed in the search results. For glyma, the display URL is the same as the access URL.

Initialize ( Uri uri ) : void

메소드 상세

GetAccessUri() 공개 메소드

Maps the specified external item to the URL used by the search system.
The URL's are in the following formats: glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID]/ - Defines the URL for a Glyma Map. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID] - Defines the URL for a Glyma Node.
public GetAccessUri ( Microsoft entityInstance ) : Uri
entityInstance Microsoft An IEntityInstance object containing details of the external item.
리턴 System.Uri

GetAccessUri() 공개 메소드

Maps the specified external item to the URL used by the search system.
public GetAccessUri ( Microsoft entityInstance, Microsoft parentEntityInstance ) : Uri
entityInstance Microsoft An IEntityInstance object containing details of the external item.
parentEntityInstance Microsoft An IEntityInstance object containing details of the parent external item.
리턴 System.Uri

GetDisplayUri() 공개 메소드

public GetDisplayUri ( Microsoft lobSystemInstance ) : Uri
lobSystemInstance Microsoft
리턴 System.Uri

GetDisplayUri() 공개 메소드

public GetDisplayUri ( Microsoft entityInstance, Microsoft parentEntityInstance ) : Uri
entityInstance Microsoft
parentEntityInstance Microsoft
리턴 System.Uri

GetDisplayUri() 공개 메소드

Maps the specified external item to the display URL used by the search system.
The display URL is what is displayed in the search results. For glyma, the display URL is the same as the access URL.
public GetDisplayUri ( Microsoft entityInstance, string computedDisplayUri ) : Uri
entityInstance Microsoft An IEntityInstance object containing details of the external item.
computedDisplayUri string
리턴 System.Uri

Initialize() 공개 메소드

public Initialize ( Uri uri ) : void
uri System.Uri
리턴 void