DependencyResultCache.CachedDependencyResult
public sealed class DependencyResultCache.CachedDependencyResultResult of a cached dependency calculation for a single file
Properties
Section titled “Properties”
Dependencies
Section titled “Dependencies”public List<AssetFile> Dependencies { get; set; }No description is available for this member.
Returns
System.Collections.Generic.List{AssetInventory.AssetFile} — No return description is available.
public AssetInfo.DependencyStateOptions State { get; set; }No description is available for this member.
Returns
AssetInventory.AssetInfo.DependencyStateOptions — No return description is available.
SRPUsed
Section titled “SRPUsed”public bool SRPUsed { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
CrossPackageDependencies
Section titled “CrossPackageDependencies”public List<Asset> CrossPackageDependencies { get; set; }No description is available for this member.
Returns
System.Collections.Generic.List{AssetInventory.Asset} — No return description is available.
Constructors
Section titled “Constructors”
CachedDependencyResult()
Section titled “CachedDependencyResult()”public CachedDependencyResult()No description is available for this member.
Methods
Section titled “Methods”
Clone()
Section titled “Clone()”public DependencyResultCache.CachedDependencyResult Clone()Create a deep copy to prevent cache corruption from external modifications
Returns
AssetInventory.DependencyResultCache.CachedDependencyResult — No return description is available.