Table of Contents

Class ParsedExpressionFactoryDefaultConfiguration

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

Represents an IParsedExpressionFactory configuration with default values.

public class ParsedExpressionFactoryDefaultConfiguration : IParsedExpressionFactoryConfiguration
Inheritance
ParsedExpressionFactoryDefaultConfiguration
Implements
Inherited Members

Properties

AllowNonIntegerNumbers

Specifies whether or not non-integer numbers are allowed.

public virtual bool AllowNonIntegerNumbers { get; }

Property Value

bool

AllowNonPublicMemberAccess

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

public virtual bool AllowNonPublicMemberAccess { get; }

Property Value

bool

AllowScientificNotation

Specifies whether or not scientific notation for numbers is allowed.

public virtual bool AllowScientificNotation { get; }

Property Value

bool

ConvertResultToOutputTypeAutomatically

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

public virtual bool ConvertResultToOutputTypeAutomatically { get; }

Property Value

bool

DecimalPoint

Specifies the decimal point.

public virtual char DecimalPoint { get; }

Property Value

char

DiscardUnusedArguments

Specifies whether or not unused arguments should be discarded.

public virtual bool DiscardUnusedArguments { get; }

Property Value

bool

IgnoreMemberNameCase

Specifies whether or not member names are case insensitive.

public virtual bool IgnoreMemberNameCase { get; }

Property Value

bool

IntegerDigitSeparator

Specifies the integer digit separator.

public virtual char IntegerDigitSeparator { get; }

Property Value

char

PostponeStaticInlineDelegateCompilation

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

public virtual bool PostponeStaticInlineDelegateCompilation { get; }

Property Value

bool

ScientificNotationExponents

Specifies characters that represent scientific notation exponents.

public virtual string ScientificNotationExponents { get; }

Property Value

string

StringDelimiter

Specifies constant string delimiter symbol.

public virtual char StringDelimiter { get; }

Property Value

char