Class FlowEditorDocument
- Namespace
- Cress.Studio.Services
- Assembly
- Cress.Studio.Core.dll
public sealed class FlowEditorDocument
- Inheritance
-
FlowEditorDocument
- Inherited Members
-
Properties
Actions
public List<EditableExecutable> Actions { get; set; }
Property Value
- List<EditableExecutable>
CapabilityId
public string? CapabilityId { get; set; }
Property Value
- string
Expectations
public List<EditableExecutable> Expectations { get; set; }
Property Value
- List<EditableExecutable>
FilePath
public string FilePath { get; set; }
Property Value
- string
Fixtures
public List<EditableFixture> Fixtures { get; set; }
Property Value
- List<EditableFixture>
Id
public string Id { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
SourceText
public string SourceText { get; set; }
Property Value
- string
Status
public string? Status { get; set; }
Property Value
- string
Summary
public string? Summary { get; set; }
Property Value
- string
TagsText
public string TagsText { get; set; }
Property Value
- string