C# Класс NSemble.Core.Nancy.NSembleResourceReader

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

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

Метод Описание
GetResourceStreamMatches ( Assembly assembly, IEnumerable supportedViewEngineExtensions ) : Func>>.IList

Gets information about the resources that are embedded in the assembly.

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

Метод Описание
DuplicateModuleNameByConvention ( string resourceName ) : string

This one is important - it ensures the view locations loaded from DLLs are in line with the NSemble convention, e.g. Modules/Blog/Views/SomeView.cshtml

GetResourceExtension ( string resourceName ) : string

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

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

Gets information about the resources that are embedded in the assembly.
public GetResourceStreamMatches ( Assembly assembly, IEnumerable supportedViewEngineExtensions ) : Func>>.IList
assembly System.Reflection.Assembly The to retrieve view information from.
supportedViewEngineExtensions IEnumerable A list of view extensions to look for.
Результат Func>>.IList