HKI Core
Public Member Functions | List of all members
HKI.Core.Variables.IntegerMinMax Class Reference

Implementation of a min max integer value as a HKIVar via HKIVarGenericMinMax. More...

Inheritance diagram for HKI.Core.Variables.IntegerMinMax:
HKI.Core.Variables.HKIVarGenericMinMax< int >

Public Member Functions

override void Save (XmlNode parentNode)
 
override void Load (XmlNode node)
 

Additional Inherited Members

- Protected Member Functions inherited from HKI.Core.Variables.HKIVarGenericMinMax< int >
override void SetWithParameters (object[] parameters)
 
- Properties inherited from HKI.Core.Variables.HKIVarGenericMinMax< int >
GetMinValue [get]
 
GetMaxValue [get]
 

Detailed Description

Implementation of a min max integer value as a HKIVar via HKIVarGenericMinMax.

Only the save and load functions had to be implemented manually.

Definition at line 16 of file IntegerMinMax.cs.

Member Function Documentation

◆ Load()

override void HKI.Core.Variables.IntegerMinMax.Load ( XmlNode  node)
inline

Definition at line 29 of file IntegerMinMax.cs.

◆ Save()

override void HKI.Core.Variables.IntegerMinMax.Save ( XmlNode  parentNode)
inline

Definition at line 19 of file IntegerMinMax.cs.


The documentation for this class was generated from the following file: