Share via


DollarPathResolver Class

Definition

Resolve $xxx.

public class DollarPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver
type DollarPathResolver = class
    inherit AliasPathResolver
Public Class DollarPathResolver
Inherits AliasPathResolver
Inheritance
DollarPathResolver

Remarks

$xxx -> dialog.x.

Constructors

DollarPathResolver()

Initializes a new instance of the DollarPathResolver class.

Properties

Alias

Gets the alias name.

(Inherited from AliasPathResolver)

Methods

IsPathChar(Char)

Verifies if a character is valid for a path.

(Inherited from AliasPathResolver)
TransformPath(String)

Transforms the path.

(Inherited from AliasPathResolver)

Applies to