Class ContextVariableAttribute
Inheritance
ContextVariableAttribute
Assembly: Xareus.Scenarios.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public sealed class ContextVariableAttribute : ALabelledParameterAttribute
Constructors
ContextVariableAttribute(string)
Declaration
public ContextVariableAttribute(string label)
Parameters
Type |
Name |
Description |
string |
label |
|
ContextVariableAttribute(string, string)
Declaration
public ContextVariableAttribute(string label, string description)
Parameters