Class InstallationInfo
Class InstallationInfo
Inheritance
System.Object
InstallationInfo
Namespace: MediaBrowser.Model.Updates
Assembly: MediaBrowser.Model.dll
Syntax
public class InstallationInfo
Properties
AssemblyGuid
Gets or sets the assembly guid.
Declaration
public string AssemblyGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The guid of the assembly. |
Id
Gets or sets the id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The id. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
PercentComplete
Gets or sets the percent complete.
Declaration
public double? PercentComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The percent complete. |
UpdateClass
Gets or sets the update class.
Declaration
public PackageVersionClass UpdateClass { get; set; }
Property Value
Type | Description |
---|---|
PackageVersionClass | The update class. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String | The version. |