Class SpelParserOptions
Inheritance
System.Object
SpelParserOptions
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class SpelParserOptions : object
Constructors
|
Edit this page
View Source
SpelParserOptions()
Declaration
public SpelParserOptions()
|
Edit this page
View Source
SpelParserOptions(SpelCompilerMode)
Declaration
public SpelParserOptions(SpelCompilerMode compilerMode)
Parameters
|
Edit this page
View Source
SpelParserOptions(Boolean, Boolean)
Declaration
public SpelParserOptions(bool autoGrowNullReferences, bool autoGrowCollections)
Parameters
Type |
Name |
Description |
System.Boolean |
autoGrowNullReferences |
|
System.Boolean |
autoGrowCollections |
|
|
Edit this page
View Source
SpelParserOptions(Boolean, Boolean, Int32)
Declaration
public SpelParserOptions(bool autoGrowNullReferences, bool autoGrowCollections, int maximumAutoGrowSize)
Parameters
Type |
Name |
Description |
System.Boolean |
autoGrowNullReferences |
|
System.Boolean |
autoGrowCollections |
|
System.Int32 |
maximumAutoGrowSize |
|
|
Edit this page
View Source
SpelParserOptions(Nullable<SpelCompilerMode>, Boolean, Boolean, Int32)
Declaration
public SpelParserOptions(SpelCompilerMode? compilerMode, bool autoGrowNullReferences, bool autoGrowCollections, int maximumAutoGrowSize)
Parameters
Type |
Name |
Description |
System.Nullable<SpelCompilerMode> |
compilerMode |
|
System.Boolean |
autoGrowNullReferences |
|
System.Boolean |
autoGrowCollections |
|
System.Int32 |
maximumAutoGrowSize |
|
Properties
|
Edit this page
View Source
AutoGrowCollections
Declaration
public bool AutoGrowCollections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AutoGrowNullReferences
Declaration
public bool AutoGrowNullReferences { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
CompilerMode
Declaration
public SpelCompilerMode CompilerMode { get; set; }
Property Value
|
Edit this page
View Source
MaximumAutoGrowSize
Declaration
public int MaximumAutoGrowSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|