Class TemplateSettings
Inheritance
System.Object
TemplateSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: cs.temp.dll.dll
Syntax
public class TemplateSettings
Constructors
TemplateSettings()
Declaration
public TemplateSettings()
Properties
Assemblies
Declaration
public HashSet<string> Assemblies { get; }
Property Value
Type |
Description |
HashSet<System.String> |
|
CompilerOptions
Declaration
public string CompilerOptions { get; set; }
Property Value
Type |
Description |
System.String |
|
Culture
Declaration
public CultureInfo Culture { get; set; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
CustomDirectives
Declaration
public List<CustomDirective> CustomDirectives { get; }
Property Value
Debug
Declaration
public bool Debug { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DirectiveProcessors
Declaration
public Dictionary<string, IDirectiveProcessor> DirectiveProcessors { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, IDirectiveProcessor> |
|
Encoding
Declaration
public Encoding Encoding { get; set; }
Property Value
Type |
Description |
Encoding |
|
Extension
Declaration
public string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
HostPropertyOnBase
Declaration
public bool HostPropertyOnBase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HostSpecific
Declaration
public bool HostSpecific { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HostType
Declaration
public Type HostType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Imports
Declaration
public HashSet<string> Imports { get; }
Property Value
Type |
Description |
HashSet<System.String> |
|
IncludePreprocessingHelpers
Declaration
public bool IncludePreprocessingHelpers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Inherits
Declaration
public string Inherits { get; set; }
Property Value
Type |
Description |
System.String |
|
InternalVisibility
Declaration
public bool InternalVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPreprocessed
Declaration
public bool IsPreprocessed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Language
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Log
Declaration
public TextWriter Log { get; set; }
Property Value
Type |
Description |
TextWriter |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Type |
Description |
System.String |
|
NoLinePragmas
Declaration
public bool NoLinePragmas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Provider
Declaration
public CodeDomProvider Provider { get; set; }
Property Value
Type |
Description |
System.CodeDom.Compiler.CodeDomProvider |
|
RelativeLinePragmas
Declaration
public bool RelativeLinePragmas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetFullName()
Declaration
public string GetFullName()
Returns
Type |
Description |
System.String |
|