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

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

Inheritance diagram for HKI.Core.Variables.String:
HKI.Core.Variables.HKIVarGeneric< string >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Implementation of a string value as a HKIVar via HKIVarGeneric.

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

Definition at line 16 of file String.cs.

Member Function Documentation

◆ Load()

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

Definition at line 29 of file String.cs.

◆ Save()

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

Definition at line 19 of file String.cs.


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