Свойство | Тип | Описание | |
---|---|---|---|
IsNugetPackage | bool | ||
SetDefaults | void |
Метод | Описание | |
---|---|---|
GeneratorConfig ( ) : Newtonsoft.Json | ||
GeneratorConfig ( ) : Serenity.Configuration | ||
GetConfigurationFilePath ( ) : string | ||
GetEntityRowView ( |
||
GetRelativePath ( string filespec, string folder ) : string | ||
Load ( ) : |
||
LoadFromFile ( string sergenJson ) : |
||
LoadFromJson ( string json ) : |
||
Save ( ) : void | ||
SaveToJson ( ) : string | ||
UpdateConnectionsFrom ( string configFilePath, Action |
Метод | Описание | |
---|---|---|
IsNugetPackage ( ) : bool | ||
SetDefaults ( ) : void |
public GeneratorConfig ( ) : Newtonsoft.Json | ||
Результат | Newtonsoft.Json |
public GeneratorConfig ( ) : Serenity.Configuration | ||
Результат | Serenity.Configuration |
public static GetConfigurationFilePath ( ) : string | ||
Результат | string |
public static GetEntityRowView ( |
||
config | ||
Результат | RazorGenerator.Templating.RazorTemplateBase |
public static GetRelativePath ( string filespec, string folder ) : string | ||
filespec | string | |
folder | string | |
Результат | string |
public static Load ( ) : |
||
Результат |
public static LoadFromFile ( string sergenJson ) : |
||
sergenJson | string | |
Результат |
public static LoadFromJson ( string json ) : |
||
json | string | |
Результат |
public UpdateConnectionsFrom ( string configFilePath, Action |
||
configFilePath | string | |
added | Action |
|
Результат | void |