Show / Hide Table of Contents

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

Declaration
public Activity Activity { get; set; }
Property Value
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

Declaration
public AheadOfTimeCompiler Compiler { get; set; }
Property Value
AheadOfTimeCompiler

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

Back to top Generated by DocFX