Enum ProviderRegistryType
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
Represents the type of provider registry entry in the system.
public enum ProviderRegistryType
Fields
Master = 2
Represents a master provider instance in the registry.
Slave = 1
Represents a slave provider instance in the registry.
Unset = 0
Represents an unset or undefined provider instance in the registry.