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 SourceIsInMemory
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.
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 |