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
Properties
FilePath
public string FilePath { get; init; }
Property Value
FlowId
public string FlowId { get; init; }
Property Value
StepName
public string StepName { get; init; }