C# Класс Serenity.CodeGenerator.GeneratorConfig

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IsNugetPackage bool
SetDefaults void

Открытые методы

Метод Описание
GeneratorConfig ( ) : Newtonsoft.Json
GeneratorConfig ( ) : Serenity.Configuration
GetConfigurationFilePath ( ) : string
GetEntityRowView ( GeneratorConfig config ) : RazorGenerator.Templating.RazorTemplateBase
GetRelativePath ( string filespec, string folder ) : string
Load ( ) : GeneratorConfig
LoadFromFile ( string sergenJson ) : GeneratorConfig
LoadFromJson ( string json ) : GeneratorConfig
Save ( ) : void
SaveToJson ( ) : string
UpdateConnectionsFrom ( string configFilePath, Action added ) : void

Приватные методы

Метод Описание
IsNugetPackage ( ) : bool
SetDefaults ( ) : void

Описание методов

GeneratorConfig() публичный Метод

public GeneratorConfig ( ) : Newtonsoft.Json
Результат Newtonsoft.Json

GeneratorConfig() публичный Метод

public GeneratorConfig ( ) : Serenity.Configuration
Результат Serenity.Configuration

GetConfigurationFilePath() публичный статический Метод

public static GetConfigurationFilePath ( ) : string
Результат string

GetEntityRowView() публичный статический Метод

public static GetEntityRowView ( GeneratorConfig config ) : RazorGenerator.Templating.RazorTemplateBase
config GeneratorConfig
Результат RazorGenerator.Templating.RazorTemplateBase

GetRelativePath() публичный статический Метод

public static GetRelativePath ( string filespec, string folder ) : string
filespec string
folder string
Результат string

Load() публичный статический Метод

public static Load ( ) : GeneratorConfig
Результат GeneratorConfig

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string sergenJson ) : GeneratorConfig
sergenJson string
Результат GeneratorConfig

LoadFromJson() публичный статический Метод

public static LoadFromJson ( string json ) : GeneratorConfig
json string
Результат GeneratorConfig

Save() публичный Метод

public Save ( ) : void
Результат void

SaveToJson() публичный Метод

public SaveToJson ( ) : string
Результат string

UpdateConnectionsFrom() публичный Метод

public UpdateConnectionsFrom ( string configFilePath, Action added ) : void
configFilePath string
added Action
Результат void