Class ModelsBuilderAssemblyAttribute
Indicates that an Assembly is a Models Builder assembly.
Inheritance
System.Object
System.Attribute
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class ModelsBuilderAssemblyAttribute : Attribute, _Attribute
Properties
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. |
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. |