Class EventVariablePath
Inheritance
EventVariablePath
Assembly: Xareus.Scenarios.dll
Syntax
public class EventVariablePath : VariablePath
Constructors
EventVariablePath()
Declaration
public EventVariablePath()
EventVariablePath(string)
Declaration
public EventVariablePath(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 EventVariablePath(string)
implicit conversion from string
Declaration
public static implicit operator EventVariablePath(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
implicit operator string(EventVariablePath)
Implicit conversion to string
Declaration
public static implicit operator string(EventVariablePath value)
Parameters
Returns