C# Класс Castle.MonoRail.Framework.AssemblySourceInfo

Represents a source of views in an assembly resource.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AssemblySourceInfo ( string assemblyName, string _namespace ) : System

Initializes a new instance of the AssemblySourceInfo class.

CollectViews ( string dirName, ArrayList views ) : void

Collects the views on the assembly resource.

GetTemplateStream ( String templateName ) : Stream

Gets the template stream.

HasTemplate ( String templateName ) : bool

Determines whether the assembly has the specified template.

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

Метод Описание
NormalizeTemplateName ( string templateName ) : String

Normalizes the name of the template.

RegisterEntries ( ) : void

Registers the entries.

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

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

Initializes a new instance of the AssemblySourceInfo class.
public AssemblySourceInfo ( string assemblyName, string _namespace ) : System
assemblyName string Name of the assembly.
_namespace string The _namespace.
Результат System

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

Collects the views on the assembly resource.
public CollectViews ( string dirName, ArrayList views ) : void
dirName string Name of the dir.
views System.Collections.ArrayList The views.
Результат void

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

Gets the template stream.
public GetTemplateStream ( String templateName ) : Stream
templateName String Name of the template.
Результат Stream

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

Determines whether the assembly has the specified template.
public HasTemplate ( String templateName ) : bool
templateName String Name of the template.
Результат bool