Interface ITemplateGenerator
The interface to represent a template generator.
public interface ITemplateGenerator
Methods
IsSupportingTemplate(TemplateDescription)
Determines whether this generator is supporting the specified template
bool IsSupportingTemplate(TemplateDescription templateDescription)
Parameters
templateDescription
TemplateDescriptionThe template description.
Returns
- bool
true
if this generator is supporting the specified template; otherwise,false
.