Class ModelEntityPythonGenerator
Inheritance
System.Object
ModelEntityPythonGenerator
Assembly: TimeCockpit.Data.Export.dll
Syntax
public class ModelEntityPythonGenerator : FastTransformBase
Constructors
ModelEntityPythonGenerator()
Declaration
public ModelEntityPythonGenerator()
ModelEntityPythonGenerator(StringBuilder)
Declaration
public ModelEntityPythonGenerator(StringBuilder generationEnvironment)
Parameters
| Type |
Name |
Description |
| System.Text.StringBuilder |
generationEnvironment |
|
Fields
propertyGenerator
Declaration
public ModelPropertyPythonGenerator propertyGenerator
Field Value
Methods
TransformText()
Declaration
public override string TransformText()
Returns
| Type |
Description |
| System.String |
|
WriteEnd(String)
Declaration
public void WriteEnd(string modelVariableName)
Parameters
| Type |
Name |
Description |
| System.String |
modelVariableName |
|
WriteModelEntity(ModelEntity, String, String)
Declaration
public void WriteModelEntity(ModelEntity targetEntity, string entityName, string targetModelName)
Parameters
| Type |
Name |
Description |
| ModelEntity |
targetEntity |
|
| System.String |
entityName |
|
| System.String |
targetModelName |
|
WritePreamble(String)
Declaration
public void WritePreamble(string modelVariableName)
Parameters
| Type |
Name |
Description |
| System.String |
modelVariableName |
|