Class StudioProjectService
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
catalogServiceProjectCatalogServicevalidatorProjectValidatorrunResultRepositoryRunResultRepositoryrunInsightsServiceStudioRunInsightsService
Methods
Load(string, string?)
public OperationResult<StudioProjectSnapshot> Load(string startDirectory, string? profileName = null)