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

Implementation of a boolean value as a HKIVar via HKIVarGeneric. More...

Inheritance diagram for HKI.Core.Variables.Boolean:
HKI.Core.Variables.HKIVarGeneric< bool >

Public Member Functions

override void Save (XmlNode parentNode)
 
override void Load (XmlNode node)
 
- Public Member Functions inherited from HKI.Core.Variables.HKIVarGeneric< bool >
void SetValueToDefaultValue ()
 
void SetValueToPreviousValue ()
 
void SetDefaultValueToPreviousValue ()
 
void SetDefaultValueToValue ()
 
override string ToString ()
 

Additional Inherited Members

- Protected Member Functions inherited from HKI.Core.Variables.HKIVarGeneric< bool >
virtual void SetWithParameters (object[] parameters)
 
- Properties inherited from HKI.Core.Variables.HKIVarGeneric< bool >
GetDefaultValue [get]
 
Value [get]
 
SetValue [set]
 

Detailed Description

Implementation of a boolean value as a HKIVar via HKIVarGeneric.

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

Definition at line 16 of file Boolean.cs.

Member Function Documentation

◆ Load()

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

Definition at line 29 of file Boolean.cs.

◆ Save()

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

Definition at line 19 of file Boolean.cs.


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