Class ModelsGenerator
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder.Building
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ModelsGenerator : IModelsGenerator
Constructors
View SourceModelsGenerator(UmbracoServices, IOptionsMonitor<ModelsBuilderSettings>, OutOfDateModelsStatus, IHostingEnvironment)
Declaration
public ModelsGenerator(UmbracoServices umbracoService, IOptionsMonitor<ModelsBuilderSettings> config, OutOfDateModelsStatus outOfDateModels, IHostingEnvironment hostingEnvironment)
Parameters
Type | Name | Description |
---|---|---|
UmbracoServices | umbracoService | |
IOptionsMonitor<ModelsBuilderSettings> | config | |
OutOfDateModelsStatus | outOfDateModels | |
IHostingEnvironment | hostingEnvironment |
Methods
View SourceGenerateModels()
Declaration
public void GenerateModels()