Interface ITemplateSource<T>
Describes an entity that provides source for templates
Namespace: NFX.Templatization
Assembly: NFX.dll
Syntax
public interface ITemplateSource<T> : ITemplateSource
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
GetRelativeContent(String)
Returns content relative to this one or null if not supported
Declaration
T GetRelativeContent(string relativeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | relativeName |
Returns
| Type | Description |
|---|---|
| T |
GetSourceContent()
Returns template source content
Declaration
T GetSourceContent()
Returns
| Type | Description |
|---|---|
| T |