C# Class Nimrod.Writers.ModelToTypeScript

Inheritance: ToTypeScript
Afficher le fichier Open project: resgroup/nimrod

Méthodes publiques

Méthode Description
GetImports ( ) : IEnumerable
GetLines ( ) : IEnumerable
ModelToTypeScript ( TypeScriptType type, bool strictNullCheck ) : System

Méthodes protégées

Méthode Description
GetFooter ( ) : string
GetHeader ( ) : string

Private Methods

Méthode Description
GetBody ( ) : IEnumerable

Method Details

GetFooter() protected méthode

protected GetFooter ( ) : string
Résultat string

GetHeader() protected méthode

protected GetHeader ( ) : string
Résultat string

GetImports() public méthode

public GetImports ( ) : IEnumerable
Résultat IEnumerable

GetLines() public méthode

public GetLines ( ) : IEnumerable
Résultat IEnumerable

ModelToTypeScript() public méthode

public ModelToTypeScript ( TypeScriptType type, bool strictNullCheck ) : System
type TypeScriptType
strictNullCheck bool
Résultat System