Table of Contents

Class ReplayResult

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
public class ReplayResult
Inheritance
ReplayResult
Inherited Members
Extension Methods

Constructors

ReplayResult(bool, bool)

public ReplayResult(bool valid, bool accepting)

Parameters

valid bool
accepting bool

Properties

Accepting

public bool Accepting { get; }

Property Value

bool

Valid

public bool Valid { get; }

Property Value

bool