Share via


HasPendingActionsFunction Class

Definition

Defines hasPendingActions() expression function.

public class HasPendingActionsFunction : AdaptiveExpressions.ExpressionEvaluator
type HasPendingActionsFunction = class
    inherit ExpressionEvaluator
Public Class HasPendingActionsFunction
Inherits ExpressionEvaluator
Inheritance
HasPendingActionsFunction

Remarks

This expression will return true if the current adaptive dialog has any pending actions.

Constructors

HasPendingActionsFunction()

Initializes a new instance of the HasPendingActionsFunction class.

Fields

Name

Function identifier name.

Properties

Negation

Gets or sets the evaluator that is a negation of this one.

(Inherited from ExpressionEvaluator)
ReturnType

Gets or sets the expression return type.

(Inherited from ExpressionEvaluator)
Type

Gets the expression type for evaluator.

(Inherited from ExpressionEvaluator)

Methods

ToString()

Returns a string that represents the current object.

(Inherited from ExpressionEvaluator)
TryEvaluate(Expression, IMemory, Options)

Evaluate an expression.

(Inherited from ExpressionEvaluator)
ValidateExpression(Expression)

Validate an expression.

(Inherited from ExpressionEvaluator)

Applies to