Search Results for

    Show / Hide Table of Contents
    View Source

    Class ModelsBuilderAssemblyAttribute

    Indicates that an Assembly is a Models Builder assembly.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class ModelsBuilderAssemblyAttribute : Attribute

    Properties

    View Source

    IsInMemory

    Gets or sets a value indicating whether the assembly is a InMemory assembly.

    Declaration
    public bool IsInMemory { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    A Models Builder assembly can be either InMemory or a normal Dll.

    View Source

    SourceHash

    Gets or sets a hash value representing the state of the custom source code files and the Umbraco content types that were used to generate and compile the assembly.

    Declaration
    public string SourceHash { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsInMemory
      • SourceHash
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX