Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Nothing

    Mode where no models are generated.

    Declaration
    public const string Nothing = "Nothing"
    Field Value
    Type Description
    string
    View Source

    SourceCodeAuto

    Mode where source code is automatically generated and compiled at runtime.

    Declaration
    public const string SourceCodeAuto = "SourceCodeAuto"
    Field Value
    Type Description
    string
    View Source

    SourceCodeManual

    Mode where source code is generated but requires manual compilation.

    Declaration
    public const string SourceCodeManual = "SourceCodeManual"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX