Class SettingsReaderType
Enumeration of classes, which implement ISettingsReader
Inheritance
object
SettingsReaderType
Namespace: BuildSystem.SettingsReader
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class SettingsReaderType : Enum
Fields
Json
Reading settings from .json file
Declaration
public const SettingsReaderType Json = 0
Field Value
Type | Description |
---|---|
SettingsReaderType |
Object
Reading from C# code object
Declaration
public const SettingsReaderType Object = 1
Field Value
Type | Description |
---|---|
SettingsReaderType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |