Class AceVariable
Inherited Members
Namespace: Unity.Industrial.Forma.Configit.Ace.Core
Assembly: solution.dll
Syntax
[Serializable]
public abstract class AceVariable
Fields
| Name | Description |
|---|---|
| id | The ID of the variable. |
| m_Properties | |
| name | The name of the variable |
Properties
| Name | Description |
|---|---|
| properties | The properties of the Configit Ace product associated with this variable |
Methods
| Name | Description |
|---|---|
| GetValue() | Gets the value of the variable |
| SetValue(string) | Sets the value of the variable. |