Table of Contents

Class StudioSuiteDocument

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

Properties

Description

public string? Description { get; init; }

Property Value

string

FilePath

[YamlIgnore]
public string? FilePath { get; init; }

Property Value

string

FlowIds

public List<string> FlowIds { get; init; }

Property Value

List<string>

Id

public string Id { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Profile

public string? Profile { get; init; }

Property Value

string

ReportFormats

public List<string> ReportFormats { get; init; }

Property Value

List<string>

Tag

public string? Tag { get; init; }

Property Value

string

Version

public int Version { get; init; }

Property Value

int