Interface ITextExpression
Namespace: System.Activities.Expressions
Assembly: System.Activities.dll
Syntax
public interface ITextExpression
Properties
ExpressionText
Declaration
string ExpressionText { get; }
Property Value
System.String
|
Language
Declaration
string Language { get; }
Property Value
System.String
|
RequiresCompilation
Declaration
bool RequiresCompilation { get; }
Property Value
System.Boolean
|
Methods
GetExpressionTree()
Declaration
Expression GetExpressionTree()
Returns
System.Linq.Expressions.Expression
|