Summary
Gets or sets the class name used for converting T4 template into a C# class that can be compiled into your app and executed at runtime.
- Namespace
- Cake
.Common .Tools .TextTransform - Containing Type
- Text
Transform Settings
Syntax
public string Class { get; set; }
Remarks
Requires T4 text template processor version 2 or newer.
Value
Type | Description |
---|---|
string | The class name. |