Table of Contents

Class FlowParser

Namespace
Cress.Specs
Assembly
Cress.Specs.dll
public sealed class FlowParser
Inheritance
FlowParser
Inherited Members

Methods

Parse(string, string?, bool)

public OperationResult<CressFlow> Parse(string content, string? sourceFile = null, bool strict = false)

Parameters

content string
sourceFile string
strict bool

Returns

OperationResult<CressFlow>

ParseFile(string, bool)

public OperationResult<CressFlow> ParseFile(string filePath, bool strict = false)

Parameters

filePath string
strict bool

Returns

OperationResult<CressFlow>