Table of Contents

Class StudioProjectSnapshot

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll
public sealed record StudioProjectSnapshot : IEquatable<StudioProjectSnapshot>
Inheritance
StudioProjectSnapshot
Implements
Inherited Members

Properties

CapabilityCoverage

public IReadOnlyList<StudioCapabilityCoverage> CapabilityCoverage { get; init; }

Property Value

IReadOnlyList<StudioCapabilityCoverage>

Catalog

public ProjectCatalog Catalog { get; init; }

Property Value

ProjectCatalog

RunInsights

public StudioRunInsights RunInsights { get; init; }

Property Value

StudioRunInsights

Runs

public IReadOnlyList<StoredRunResult> Runs { get; init; }

Property Value

IReadOnlyList<StoredRunResult>