Modular Application Creator Use Case Based Documentation
Loading...
Searching...
No Matches
BaseParameter.cs
1
using
Newtonsoft.Json;
2
using
Siemens.Automation.ModularApplicationCreator.ControlModules.ModuleEssentials.Enums;
3
using
Siemens.Automation.ModularApplicationCreator.ControlModules.ModuleEssentials.Objects.EssentialParameter;
4
5
namespace
MAC_use_cases.Model.ModuleEssentials.Base
;
6
7
public
class
BaseParameter : EssentialParameter
8
{
9
[JsonConstructor]
10
public
BaseParameter()
11
{
12
13
}
14
23
public
BaseParameter
(EssentialParameterType type,
string
defaultValue, PositionunitForUI posUnit = PositionunitForUI.None) : base(null!, type, defaultValue, posUnit)
24
{
25
26
}
27
28
// Add code here for validation, additional logic, or other functionality as needed.
29
}
MAC_use_cases.Model.ModuleEssentials.Base.BaseParameter.BaseParameter
BaseParameter(EssentialParameterType type, string defaultValue, PositionunitForUI posUnit=PositionunitForUI.None)
Initializes a new instance of the BaseParameter class with the specified type, default value,...
Definition
BaseParameter.cs:23
MAC_use_cases.Model.ModuleEssentials.Base
Definition
BaseModelParameterOwner.cs:4
MAC_use_cases
Model
ModuleEssentials
Base
BaseParameter.cs
Generated by
1.14.0