Interface IProjectTemplateService
- Namespace
- Loehnert.Lisrt.Scripting.Project.Interfaces
- Assembly
- Loehnert.Lisrt.Scripting.dll
Interface for a project template service, for getting IProjectTemplates.
public interface IProjectTemplateService
Properties
Templates
Gets the templates for creating an project.
IEnumerable<IProjectTemplate> Templates { get; }