Table of Contents

Class StepManifest

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record StepManifest : IEquatable<StepManifest>
Inheritance
StepManifest
Implements
Inherited Members

Properties

SourceFile

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

Property Value

string

Steps

public List<StepDefinition> Steps { get; init; }

Property Value

List<StepDefinition>

Version

public int Version { get; init; }

Property Value

int