Method | Description | |
---|---|---|
CanResolveVariable ( string name ) : bool |
Before requesting a variable resolution, a client should ask, whether the source can resolve a particular variable name.
|
|
ConfigurableVariableSource ( ) : System |
Initializes a new instance of ConfigurableVariableSource.
|
|
ResolveVariable ( string name ) : string |
Resolves variable value for the specified variable name.
|
public CanResolveVariable ( string name ) : bool | ||
name | string | the name of the variable to resolve |
return | bool |
public ConfigurableVariableSource ( ) : System | ||
return | System |
public ResolveVariable ( string name ) : string | ||
name | string | /// The name of the variable to resolve. /// |
return | string |