Class Constants.ModelsBuilder.ModelsModes
Defines the available ModelsBuilder modes.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.ModelsBuilder.ModelsModes
Fields
View SourceNothing
Mode where no models are generated.
Declaration
public const string Nothing = "Nothing"
Field Value
| Type | Description |
|---|---|
| string |
SourceCodeAuto
Mode where source code is automatically generated and compiled at runtime.
Declaration
public const string SourceCodeAuto = "SourceCodeAuto"
Field Value
| Type | Description |
|---|---|
| string |
SourceCodeManual
Mode where source code is generated but requires manual compilation.
Declaration
public const string SourceCodeManual = "SourceCodeManual"
Field Value
| Type | Description |
|---|---|
| string |