Class ExpressionEnvironmentOptions
- Namespace
- Acuit.Pinpoint.Workflows.Expressions
- Assembly
- Acuit.Pinpoint.Workflows.dll
Expression environment options.
public sealed class ExpressionEnvironmentOptions
- Inheritance
-
ExpressionEnvironmentOptions
- Inherited Members
Constructors
ExpressionEnvironmentOptions()
public ExpressionEnvironmentOptions()
Properties
Imports
Gets the list of namespace imports.
public IList<string> Imports { get; }
Property Value
References
Gets the list of assembly references.
public IList<Assembly> References { get; }