Show / Hide Table of Contents

Class TextExpressionCompilerResults

Inheritance
System.Object
TextExpressionCompilerResults
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public class TextExpressionCompilerResults : Object

Constructors

TextExpressionCompilerResults()

Declaration
public TextExpressionCompilerResults()

Properties

CompilerMessages

Declaration
public IReadOnlyCollection<TextExpressionCompilerError> CompilerMessages { get; }
Property Value
System.Collections.Generic.IReadOnlyCollection<TextExpressionCompilerError>

ResultType

Declaration
public Type ResultType { get; set; }
Property Value
System.Type

Methods

AddMessages(IEnumerable<TextExpressionCompilerError>)

Declaration
public void AddMessages(IEnumerable<TextExpressionCompilerError> messages)
Parameters
System.Collections.Generic.IEnumerable<TextExpressionCompilerError> messages

HasErrors()

Declaration
public bool HasErrors()
Returns
System.Boolean

Back to top Generated by DocFX