Table of Contents

Constructor FieldExpression

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

FieldExpression(string)

Creates a field-read value expression.

public FieldExpression(string path)

Parameters

path string

The dotted field path resolved against the fact.

Exceptions

ArgumentException

path is null or empty.