[Gregor.Core.CTextGenerationInfo]

Gregor.Core.CTextGenerationInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CTextGenerationInfo

: System.Object

Custom Attributes: 

Description: 


Members

CTextGenerationInfo

public CTextGenerationInfo(System.Object root)

Custom Attributes: 

Description: 

m_FilesProduced

private System.Collections.Specialized.StringCollection m_FilesProduced

Custom Attributes: 

Description: 

m_InputDirectory

private System.String m_InputDirectory

Custom Attributes: 

Description: 

m_Interpreter

private Gregor.Core.ICodeInterpreter2 m_Interpreter

Custom Attributes: 

Description: 

m_OutputDirectory

private System.String m_OutputDirectory

Custom Attributes: 

Description: 

m_OutputWriters

private System.Collections.IDictionary m_OutputWriters

Custom Attributes: 

Description: 

m_PathInfoDocument

private System.Xml.XmlDocument m_PathInfoDocument

Custom Attributes: 

Description: 

m_Properties

private System.Collections.IDictionary m_Properties

Custom Attributes: 

Description: 

m_RootObject

private System.Object m_RootObject

Custom Attributes: 

Description: 

FilesProduced

public System.Collections.Specialized.StringCollection FilesProduced {get;}

Custom Attributes: 

Description: 

InputDirectory

public System.String InputDirectory {get;set;}

Custom Attributes: 

Description: 

Interpreter

public Gregor.Core.ICodeInterpreter2 Interpreter {get;set;}

Custom Attributes: 

Description: 

OutputDirectory

public System.String OutputDirectory {get;set;}

Custom Attributes: 

Description: 

OutputWriters

internal System.Collections.IDictionary OutputWriters {get;}

Custom Attributes: 

Description: 

PathInfoDocument

public System.Xml.XmlDocument PathInfoDocument {get;set;}

Custom Attributes: 

Description: 

Properties

public System.Collections.IDictionary Properties {get;}

Custom Attributes: 

Description: 

RootObject

public System.Object RootObject {get;}

Custom Attributes: 

Description: 

AddToFilesProduced

internal void AddToFilesProduced(System.String sFile)

Custom Attributes: 

Description: 


See Also

System.Collections.Specialized.StringCollection

System.Object

System.String

System.Xml.XmlDocument

Gregor.Core.ICodeInterpreter2

System.Collections.IDictionary

System.Void