Class ContextVariableAttribute
Inheritance
ContextVariableAttribute
Assembly: Xareus.Scenarios.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class ContextVariableAttribute : Attribute
Constructors
ContextVariableAttribute(string, string)
Declaration
public ContextVariableAttribute(string label, string description = "")
Parameters
Properties
Description
Text descrption of what the context variable is used for
Declaration
public string Description { get; }
Property Value
Label
The label of the value that will be used to identify it
Declaration
public string Label { get; }
Property Value