IVariableResolver Interface

Definition

Defines the methods that are used to resolve variables.

public interface class IVariableResolver
public interface IVariableResolver
type IVariableResolver = interface
Public Interface IVariableResolver

Methods

DeleteVariable(String)

Deletes a variable.

ResolveVariable(String, String)

Prompts the user for a value when a variable is encountered.

ResolveVariableOwnership(String, String, Boolean)

Prompts the user to decide whether to take ownership of a variable, or to let the parser automate the process.

Applies to