Property | Type | Description | |
---|---|---|---|
IsNugetPackage | bool | ||
SetDefaults | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
IsNugetPackage ( ) : bool | ||
SetDefaults ( ) : void |
public GeneratorConfig ( ) : Serenity.Configuration | ||
return | Serenity.Configuration |
public static GetConfigurationFilePath ( ) : string | ||
return | string |
public static GetEntityRowView ( |
||
config | ||
return | RazorGenerator.Templating.RazorTemplateBase |
public static GetRelativePath ( string filespec, string folder ) : string | ||
filespec | string | |
folder | string | |
return | string |
public static LoadFromFile ( string sergenJson ) : |
||
sergenJson | string | |
return |
public static LoadFromJson ( string json ) : |
||
json | string | |
return |
public UpdateConnectionsFrom ( string configFilePath, Action |
||
configFilePath | string | |
added | Action |
|
return | void |