C# 클래스 Castle.MonoRail.Framework.AssemblySourceInfo

Represents a source of views in an assembly resource.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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