Table of Contents

Interface IParsedExpressionFactoryConfiguration

Namespace
LfrlAnvil.Computable.Expressions
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents an IParsedExpressionFactory configuration.

public interface IParsedExpressionFactoryConfiguration

Properties

AllowNonIntegerNumbers

Specifies whether or not non-integer numbers are allowed.

bool AllowNonIntegerNumbers { get; }

Property Value

bool

AllowNonPublicMemberAccess

Specifies whether or not non-public member access is allowed.

bool AllowNonPublicMemberAccess { get; }

Property Value

bool

AllowScientificNotation

Specifies whether or not scientific notation for numbers is allowed.

bool AllowScientificNotation { get; }

Property Value

bool

ConvertResultToOutputTypeAutomatically

Specifies whether or not the expression's result is automatically converted to the expected result type.

bool ConvertResultToOutputTypeAutomatically { get; }

Property Value

bool

DecimalPoint

Specifies the decimal point.

char DecimalPoint { get; }

Property Value

char

DiscardUnusedArguments

Specifies whether or not unused arguments should be discarded.

bool DiscardUnusedArguments { get; }

Property Value

bool

IgnoreMemberNameCase

Specifies whether or not member names are case insensitive.

bool IgnoreMemberNameCase { get; }

Property Value

bool

IntegerDigitSeparator

Specifies the integer digit separator.

char IntegerDigitSeparator { get; }

Property Value

char

PostponeStaticInlineDelegateCompilation

Specifies whether or not nested static delegate expressions should not be compiled immediately.

bool PostponeStaticInlineDelegateCompilation { get; }

Property Value

bool

ScientificNotationExponents

Specifies characters that represent scientific notation exponents.

string ScientificNotationExponents { get; }

Property Value

string

StringDelimiter

Specifies constant string delimiter symbol.

char StringDelimiter { get; }

Property Value

char