C# Class nHydrate.Generator.GenerationHelper

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
AppendCopyrightInCode ( StringBuilder sb, ModelRoot model ) : void
AppendCopyrightInSQL ( StringBuilder sb, ModelRoot model ) : void
AppendFileGeneatedMessageInCode ( StringBuilder sb ) : void
ShowError ( string text ) : void
ShowError ( string text, Exception exception ) : void

Method Details

AppendCopyrightInCode() public static méthode

public static AppendCopyrightInCode ( StringBuilder sb, ModelRoot model ) : void
sb StringBuilder
model nHydrate.Generator.Models.ModelRoot
Résultat void

AppendCopyrightInSQL() public static méthode

public static AppendCopyrightInSQL ( StringBuilder sb, ModelRoot model ) : void
sb StringBuilder
model nHydrate.Generator.Models.ModelRoot
Résultat void

AppendFileGeneatedMessageInCode() public static méthode

public static AppendFileGeneatedMessageInCode ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ShowError() public static méthode

public static ShowError ( string text ) : void
text string
Résultat void

ShowError() public static méthode

public static ShowError ( string text, Exception exception ) : void
text string
exception System.Exception
Résultat void