Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.ProjectTemplating.ProjectTemplateItem Class Reference

A file item that will be copied by the template. More...

Public Member Functions

override string ToString ()
 

Properties

string Source [get, set]
 Gets or sets the source location relative to the project template. More...
 
string Target [get, set]
 Gets or sets the target location. If null, the source location is used. More...
 
bool IsTemplate [get, set]
 Gets or sets a value indicating whether this file is a T4 template. Default is false. If SourceLocation has the extension '.tt', this is default to true. More...
 

Detailed Description

A file item that will be copied by the template.

Definition at line 15 of file ProjectTemplateItem.cs.

Member Function Documentation

override string SiliconStudio.ProjectTemplating.ProjectTemplateItem.ToString ( )

Definition at line 41 of file ProjectTemplateItem.cs.

Property Documentation

bool SiliconStudio.ProjectTemplating.ProjectTemplateItem.IsTemplate
getset

Gets or sets a value indicating whether this file is a T4 template. Default is false. If SourceLocation has the extension '.tt', this is default to true.

true if this instance is a T4 template; otherwise, false.

Definition at line 39 of file ProjectTemplateItem.cs.

string SiliconStudio.ProjectTemplating.ProjectTemplateItem.Source
getset

Gets or sets the source location relative to the project template.

The source location.

Definition at line 22 of file ProjectTemplateItem.cs.

string SiliconStudio.ProjectTemplating.ProjectTemplateItem.Target
getset

Gets or sets the target location. If null, the source location is used.

The target location.

Definition at line 30 of file ProjectTemplateItem.cs.


The documentation for this class was generated from the following file: