Class ExternalContextVariablePath
Inheritance
ExternalContextVariablePath
Assembly: Xareus.Scenarios.dll
Syntax
public class ExternalContextVariablePath : VariablePath
Constructors
ExternalContextVariablePath()
Declaration
public ExternalContextVariablePath()
ExternalContextVariablePath(string)
Declaration
public ExternalContextVariablePath(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Properties
Context
The context the Variable path refers to
Declaration
public override ContextType Context { get; }
Property Value
Overrides
Operators
implicit operator ExternalContextVariablePath(string)
implicit conversion from string
Declaration
public static implicit operator ExternalContextVariablePath(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
implicit operator string(ExternalContextVariablePath)
Implicit conversion to string
Declaration
public static implicit operator string(ExternalContextVariablePath value)
Parameters
Returns