C# Класс Sage.ResourceManagement.CodeFileUnmergeResolver

Наследование: IUrlResolver
Показать файл Открыть проект

Открытые методы

Метод Описание
GetEntity ( UrlResolver parent, SageContext context, string uri ) : EntityResult

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

Приватные методы

Метод Описание
GetClientResourceReader ( SageContext context, string sourcePath ) : EntityResult

Описание методов

GetEntity() публичный Метод

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.
Результат EntityResult