Table of Contents

Class StudioProjectService

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll
public sealed class StudioProjectService
Inheritance
StudioProjectService
Inherited Members

Constructors

StudioProjectService(ProjectCatalogService, ProjectValidator, RunResultRepository, StudioRunInsightsService)

public StudioProjectService(ProjectCatalogService catalogService, ProjectValidator validator, RunResultRepository runResultRepository, StudioRunInsightsService runInsightsService)

Parameters

catalogService ProjectCatalogService
validator ProjectValidator
runResultRepository RunResultRepository
runInsightsService StudioRunInsightsService

Methods

Load(string, string?)

public OperationResult<StudioProjectSnapshot> Load(string startDirectory, string? profileName = null)

Parameters

startDirectory string
profileName string

Returns

OperationResult<StudioProjectSnapshot>