Class ExpressionToCompile
Inheritance
System.Object
ExpressionToCompile
Namespace: System.Activities
Assembly: UiPath.Workflow.dll
Syntax
public class ExpressionToCompile : Object
Constructors
ExpressionToCompile(String, IReadOnlyCollection<Assembly>, IReadOnlyCollection<String>)
Declaration
public ExpressionToCompile(string expressionString, IReadOnlyCollection<Assembly> referencedAssemblies, IReadOnlyCollection<string> importedNamespaces)
Parameters
System.String
expressionString
|
System.Collections.Generic.IReadOnlyCollection<System.Reflection.Assembly>
referencedAssemblies
|
System.Collections.Generic.IReadOnlyCollection<System.String>
importedNamespaces
|
Properties
ExpressionString
Declaration
public string ExpressionString { get; }
Property Value
System.String
|
ImportedNamespaces
Declaration
public IReadOnlyCollection<string> ImportedNamespaces { get; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
|
LambdaReturnType
Declaration
public Type LambdaReturnType { get; set; }
Property Value
System.Type
|
ReferencedAssemblies
Declaration
public IReadOnlyCollection<Assembly> ReferencedAssemblies { get; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Reflection.Assembly>
|
VariableTypeGetter
Declaration
public Func<string, Type> VariableTypeGetter { get; set; }
Property Value
System.Func<System.String, System.Type>
|