Method | Description | |
---|---|---|
CreateTemplateService ( ILanguageProvider provider = null, Type templateBaseType = null, MarkupParser parser = null ) : TemplateService |
Creates an instance of a TemplateService.
|
|
CreateTemplateService ( TemplateServiceConfigurationElement configuration, IEnumerable |
Creates an instance of a TemplateService.
|
|
CreateTemplateService ( string configuration ) : TemplateService |
Creates an instance of a TemplateService.
|
Method | Description | |
---|---|---|
GetInstance ( string typeName ) : object |
Gets an instance of the specified type.
|
|
GetType ( string typeName ) : Type |
Gets the Type
|
public static CreateTemplateService ( ILanguageProvider provider = null, Type templateBaseType = null, MarkupParser parser = null ) : TemplateService | ||
provider | ILanguageProvider | [Optional] The language provider to use. |
templateBaseType | Type | [Optional] The base template type. |
parser | MarkupParser | [Optional] The markup parser to use. |
return | TemplateService |
public static CreateTemplateService ( TemplateServiceConfigurationElement configuration, IEnumerable |
||
configuration | TemplateServiceConfigurationElement | The |
defaultNamespaces | IEnumerable |
The enumerable of namespaces to add as default. |
return | TemplateService |
public static CreateTemplateService ( string configuration ) : TemplateService | ||
configuration | string | The named configuration. |
return | TemplateService |