Class ALabelledParameterAttribute
Inheritance
ALabelledParameterAttribute
Assembly: Xareus.Scenarios.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public abstract class ALabelledParameterAttribute : Attribute
Constructors
ALabelledParameterAttribute(string)
Declaration
protected ALabelledParameterAttribute(string label)
Parameters
Type |
Name |
Description |
string |
label |
|
ALabelledParameterAttribute(string, string)
Declaration
protected ALabelledParameterAttribute(string label, string description)
Parameters
Properties
Description
Text description of what the parameter is used for
Declaration
public string Description { get; set; }
Property Value
Label
The label of the parameter that will be used to identify it
Declaration
public string Label { get; set; }
Property Value