View Source
Class ModelsBuilderDashboardController.Dashboard
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
[DataContract]
public class Dashboard
Properties
View Source
CanGenerate
Declaration
[DataMember(Name = "canGenerate")]
public bool CanGenerate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LastError
Declaration
[DataMember(Name = "lastError")]
public string LastError { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Mode
Declaration
[DataMember(Name = "mode")]
public ModelsMode Mode { get; set; }
Property Value
Type |
Description |
ModelsMode |
|
View Source
OutOfDateModels
Declaration
[DataMember(Name = "outOfDateModels")]
public bool OutOfDateModels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Text
Declaration
[DataMember(Name = "text")]
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|