Models a template for code generation.
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Extended properties for this template.
public ExtendedPropertyCollection ExtendedProperties { get; set; }Full file name of the template file.
public String FileName { get; set; }Transformation mode.
public TransformMode Mode { get; set; }Name of the output file name.
public String OutputFileName { get; set; }Prefix to prepend to the output file name.
public String OutputFileNamePrefix { get; set; }Suffix to append to the output file name.
public String OutputFileNameSuffix { get; set; }Directory where the output file will be written.
public String TransformationDirectory { get; set; }Checkes whether this object is equals to other.
public Boolean Equals(other)| Name | Type | Summary |
|---|---|---|
| other | Template |
Checks whether this object is equals to the other.
public Boolean Equals(obj)| Name | Type | Summary |
|---|---|---|
| obj | Object |
Not required, implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of this Template.
public String ToString()