DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A source for stored configurations or destination to configurations to store. More...
Properties | |
Stream | InputStream [get] |
Gets a Stream that is used to load the configurations. More... | |
Stream | OutputStream [get] |
Gets a Stream that can be writtern with the configurations from a IConfiguration. More... | |
A source for stored configurations or destination to configurations to store.
The streams returned from implementations of this interface will be passed to IConfigFormatter instances for constructing a IConfiguration object, or to store the configurations of a IConfiguration into a given output.
Definition at line 34 of file IConfigSource.cs.
|
get |
Gets a Stream that is used to load the configurations.
Definition at line 39 of file IConfigSource.cs.
|
get |
Gets a Stream that can be writtern with the configurations from a IConfiguration.
Definition at line 45 of file IConfigSource.cs.