View Source
Class InstallLog
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
InstallLog(Guid, Boolean, Boolean, DateTime, Int32, Int32, Int32, String, String, String, String)
Declaration
public InstallLog(Guid installId, bool isUpgrade, bool installCompleted, DateTime timestamp, int versionMajor, int versionMinor, int versionPatch, string versionComment, string error, string userAgent, string dbProvider)
Parameters
Type |
Name |
Description |
System.Guid |
installId |
|
System.Boolean |
isUpgrade |
|
System.Boolean |
installCompleted |
|
System.DateTime |
timestamp |
|
System.Int32 |
versionMajor |
|
System.Int32 |
versionMinor |
|
System.Int32 |
versionPatch |
|
System.String |
versionComment |
|
System.String |
error |
|
System.String |
userAgent |
|
System.String |
dbProvider |
|
Properties
View Source
DbProvider
Declaration
public string DbProvider { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Error
Declaration
public string Error { get; }
Property Value
Type |
Description |
System.String |
|
View Source
InstallCompleted
Declaration
public bool InstallCompleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
InstallId
Declaration
public Guid InstallId { get; }
Property Value
Type |
Description |
System.Guid |
|
View Source
IsUpgrade
Declaration
public bool IsUpgrade { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
UserAgent
Declaration
public string UserAgent { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string VersionComment { get; }
Property Value
Type |
Description |
System.String |
|
View Source
VersionMajor
Declaration
public int VersionMajor { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
VersionMinor
Declaration
public int VersionMinor { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
VersionPatch
Declaration
public int VersionPatch { get; }
Property Value
Type |
Description |
System.Int32 |
|