Method | Description | |
---|---|---|
AddAssemblySource ( |
Adds the assembly source.
|
|
GetViewSource ( String templateName ) : IViewSource |
Builds and returns a representation of a view template
|
|
HasTemplate ( String templateName ) : bool |
Evaluates whether the specified template exists.
|
|
ListViews ( String dirName ) : String[] |
Gets a list of views on the specified directory
|
|
Service ( IServiceProvider provider ) : void |
Services the specified provider.
|
Method | Description | |
---|---|---|
CollectViewsOnAssemblies ( string dirName, |
||
CollectViewsOnFileSystem ( string dirName, |
||
CreateFileInfo ( string templateName ) : |
||
DisposeViewFolderWatch ( ) : void | ||
GetStreamFromAdditionalSources ( string templateName ) : IViewSource | ||
HasTemplateOnAssemblies ( string templateName ) : bool | ||
HasTemplateOnFileSystem ( string templateName ) : bool | ||
InitViewFolderWatch ( ) : void | ||
viewFolderWatcher_Changed ( object sender, |
public AddAssemblySource ( |
||
assemblySourceInfo | The assembly source info. | |
return | void |
public GetViewSource ( String templateName ) : IViewSource | ||
templateName | String | The template name |
return | IViewSource |
public HasTemplate ( String templateName ) : bool | ||
templateName | String | The template name |
return | bool |
public ListViews ( String dirName ) : String[] | ||
dirName | String | Directory name |
return | String[] |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The provider. |
return | void |