Enum Operation
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
Defines the types of operations that can be performed on the settings initialization.
public enum Operation
Fields
Read = 2
Reads from the settings file, maps the data to the appropriate settings. The data is then processed and latest setting data is retrieved.
ReadOrInitialize = 1
Reads from the settings file if it exists, or initializes a new instance if it does not. The data is then processed and latest setting data is retrieved.