C# Class Glyma.SharePoint.Search.GlymaNamingContainer

Defines how to map the external item to the URL used by the search system.
Inheritance: INamingContainer
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
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

Method Details

GetAccessUri() public méthode

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.
Résultat System.Uri

GetAccessUri() public méthode

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.
Résultat System.Uri

GetDisplayUri() public méthode

public GetDisplayUri ( Microsoft lobSystemInstance ) : Uri
lobSystemInstance Microsoft
Résultat System.Uri

GetDisplayUri() public méthode

public GetDisplayUri ( Microsoft entityInstance, Microsoft parentEntityInstance ) : Uri
entityInstance Microsoft
parentEntityInstance Microsoft
Résultat System.Uri

GetDisplayUri() public méthode

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
Résultat System.Uri

Initialize() public méthode

public Initialize ( Uri uri ) : void
uri System.Uri
Résultat void