Show / Hide Table of Contents

Interface ICodeGenerationUnit

Interface for code generation unit.

Namespace: Kephas.Generation
Assembly: Kephas.CodeAnalysis.dll
Syntax
public interface ICodeGenerationUnit

Properties

| Improve this Doc View Source

OutputName

Gets or sets the name of the output.

Declaration
string OutputName { get; set; }
Property Value
Type Description
System.String

The name of the output.

| Improve this Doc View Source

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.

| Improve this Doc View Source

Text

Gets the text builder.

Declaration
StringBuilder Text { get; }
Property Value
Type Description
System.Text.StringBuilder

The text builder.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX