C# Class Sage.ResourceManagement.CodeFileUnmergeResolver

Inheritance: IUrlResolver
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode Description
GetEntity ( UrlResolver parent, SageContext context, string uri ) : EntityResult

Gets an EntityResult that represents the actual resource mapped from the specified uri.

Private Methods

Méthode Description
GetClientResourceReader ( SageContext context, string sourcePath ) : EntityResult

Method Details

GetEntity() public méthode

Gets an EntityResult that represents the actual resource mapped from the specified uri.
public GetEntity ( UrlResolver parent, SageContext context, string uri ) : EntityResult
parent UrlResolver The that owns this resolved and calls this method.
context SageContext The current under which this code is executing.
uri string The uri to resolve.
Résultat EntityResult