Class TokenVariablePath
Inheritance
TokenVariablePath
Assembly: Xareus.Scenarios.dll
Syntax
[Renamed("SEVEN.Variables.TokenVariablePath", "SEVEN")]
public class TokenVariablePath : AFixedContextVariable
Constructors
TokenVariablePath()
Declaration
public TokenVariablePath()
TokenVariablePath(string)
Declaration
public TokenVariablePath(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 TokenVariablePath(string)
implicit conversion from string
Declaration
public static implicit operator TokenVariablePath(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns