Class TextExpressionCompilerSettings
Inheritance
System.Object
TextExpressionCompilerSettings
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public class TextExpressionCompilerSettings : Object
Constructors
TextExpressionCompilerSettings()
Declaration
public TextExpressionCompilerSettings()
Properties
Activity
ActivityName
Declaration
public string ActivityName { get; set; }
Property Value
System.String
|
ActivityNamespace
Declaration
public string ActivityNamespace { get; set; }
Property Value
System.String
|
AlwaysGenerateSource
Declaration
public bool AlwaysGenerateSource { get; set; }
Property Value
System.Boolean
|
Compiler
ForImplementation
Declaration
public bool ForImplementation { get; set; }
Property Value
System.Boolean
|
GenerateAsPartialClass
Declaration
public bool GenerateAsPartialClass { get; set; }
Property Value
System.Boolean
|
Language
Declaration
public string Language { get; set; }
Property Value
System.String
|
LogSourceGenerationMessage
Declaration
public Action<string> LogSourceGenerationMessage { get; set; }
Property Value
System.Action<System.String>
|
RootNamespace
Declaration
public string RootNamespace { get; set; }
Property Value
System.String
|