Interface ICodeGenerationUnit
Interface for code generation unit.
Namespace: Kephas.Generation
Assembly: Kephas.CodeAnalysis.dll
Syntax
public interface ICodeGenerationUnit
Properties
| Improve this Doc View SourceOutputName
Gets or sets the name of the output.
Declaration
string OutputName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the output. |
OutputPath
Gets or sets the full pathname of the output file.
Declaration
string OutputPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The full pathname of the output file. |
Text
Gets the text builder.
Declaration
StringBuilder Text { get; }
Property Value
Type | Description |
---|---|
System.Text.StringBuilder | The text builder. |