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
AllowNonPublicMemberAccess
Specifies whether or not non-public member access is allowed.
public virtual bool AllowNonPublicMemberAccess { get; }
Property Value
AllowScientificNotation
Specifies whether or not scientific notation for numbers is allowed.
public virtual bool AllowScientificNotation { get; }
Property Value
ConvertResultToOutputTypeAutomatically
Specifies whether or not the expression's result is automatically converted to the expected result type.
public virtual bool ConvertResultToOutputTypeAutomatically { get; }
Property Value
DecimalPoint
Specifies the decimal point.
public virtual char DecimalPoint { get; }
Property Value
DiscardUnusedArguments
Specifies whether or not unused arguments should be discarded.
public virtual bool DiscardUnusedArguments { get; }
Property Value
IgnoreMemberNameCase
Specifies whether or not member names are case insensitive.
public virtual bool IgnoreMemberNameCase { get; }
Property Value
IntegerDigitSeparator
Specifies the integer digit separator.
public virtual char IntegerDigitSeparator { get; }
Property Value
PostponeStaticInlineDelegateCompilation
Specifies whether or not nested static delegate expressions should not be compiled immediately.
public virtual bool PostponeStaticInlineDelegateCompilation { get; }
Property Value
ScientificNotationExponents
Specifies characters that represent scientific notation exponents.
public virtual string ScientificNotationExponents { get; }
Property Value
StringDelimiter
Specifies constant string delimiter symbol.
public virtual char StringDelimiter { get; }