ConfigurationItem Class |
Namespace: Galactic.Configuration
The ConfigurationItem type exposes the following members.
Name | Description | |
---|---|---|
ConfigurationItem |
Loads a configuration item with the specified name from its file located
in a folder at the supplied path.
|
Name | Description | |
---|---|---|
Encrypted |
Whether the configuration item should be encrypted.
| |
FilePath |
The full path to the file containing the configuration item.
| |
FolderPath |
The path to the folder containing the configuration item.
| |
Name |
The name of the configuration item.
| |
Value |
The value of the configuration item.
|
Name | Description | |
---|---|---|
Create |
Creates a new configuration file that can then be loaded normally.
Note: This will NOT overwrite an existing file.
| |
Delete |
Deletes the configuration item.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Retrieves the value of a configuration item from its file.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SecureGet |
Retrieves an AES 256 encrypted value from the configuration file.
| |
SecureWrite |
Writes an AES 256 encrypted value to its configuration file.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write |
Writes a configuration item's value to a file.
|