Struct to hold application configuration item
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ConfigEntry
<SerializableAttribute> _ Public Class ConfigEntry
[SerializableAttribute] public ref class ConfigEntry
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| ConfigEntry()()() | Constructs the ConfigEntry. Don't init anything. | |
| ConfigEntry(String, String, Object) | Constructs the ConfigEntry. | |
| configValue |
Value of config entry
| |
| dataType |
Data type of config entry
| |
| GetConfigValue()()() | Gets
Value of config entry
| |
| GetDataType()()() | Gets
Data type of config entry
| |
| GetName()()() | Gets
Name of config entry
| |
| name |
Name of config entry
| |
| SetConfigValue(Object) | Sets
Value of config entry
| |
| SetDataType(String) | Sets
Data type of config entry
| |
| SetName(String) | Sets
Name of config entry
| |
| ToString()()() | (Overrides Object.ToString()()().) |
| Object | |
| ConfigEntry | |