Class AceStringVariable
Inherited Members
Namespace: Unity.Industrial.Forma.Configit.Ace.Core
Assembly: solution.dll
Syntax
[Serializable]
public class AceStringVariable : AceVariable
Constructors
| Name | Description |
|---|---|
| AceStringVariable(string, string, string, List<AceStringValue>, Dictionary<string, string>) | Creates an instance of AceStringVariable. |
Fields
| Name | Description |
|---|---|
| value | The value of the variable |
| values | The list of options for the variable. |
Methods
| Name | Description |
|---|---|
| GetValue() | Gets the value of the variable. |
| SetValue(string) | Sets the value of the variable. |