Table of Contents

Class ScreenshotEvidence

Namespace
Cress.LivingDocs
Assembly
Cress.LivingDocs.dll
public sealed record ScreenshotEvidence : IEquatable<ScreenshotEvidence>
Inheritance
ScreenshotEvidence
Implements
Inherited Members

Constructors

ScreenshotEvidence(string, string, string)

public ScreenshotEvidence(string FlowId, string StepName, string FilePath)

Parameters

FlowId string
StepName string
FilePath string

Properties

FilePath

public string FilePath { get; init; }

Property Value

string

FlowId

public string FlowId { get; init; }

Property Value

string

StepName

public string StepName { get; init; }

Property Value

string