Class CachePackageInfo
Some information about package
Inheritance
object
CachePackageInfo
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class CachePackageInfo : Object
Constructors
CachePackageInfo()
Declaration
public CachePackageInfo()
Properties
DepVersions
Dictionary of dependency id and its hash value
Declaration
public Dictionary<string, string?> DepVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<,><string, string> |
GetNextVersion
How version of project was calculated, when it was build
Declaration
public GetNextVersion? GetNextVersion { get; set; }
Property Value
Type | Description |
---|---|
GetNextVersion |
Hash
Hash of package
Declaration
public string? Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
IsNewVersion
Version is new and it doesn't exist in storage. Null value means that it is unknown - storage wasn't checked
Declaration
public Nullable<bool>? IsNewVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<><bool> |
Version
Version of package
Declaration
public VersionProp? Version { get; set; }
Property Value
Type | Description |
---|---|
VersionProp |