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