Search Results for

    Show / Hide Table of Contents

    Class ModelEntityPythonGenerator

    Inheritance
    System.Object
    ModelEntityPythonGenerator
    Namespace: TimeCockpit.Data.Export.Model
    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
    Type Description
    ModelPropertyPythonGenerator

    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
    In This Article
    Back to top Copyright © 2025 software architects gmbh