DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Configuration.IConfigSource Interface Reference

A source for stored configurations or destination to configurations to store. More...

Inheritance diagram for Deveel.Data.Configuration.IConfigSource:
Deveel.Data.Configuration.FileConfigSource Deveel.Data.Configuration.StreamConfigSource Deveel.Data.Configuration.StringConfigSource Deveel.Data.Configuration.UrlConfigSource

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...
 

Detailed Description

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.

Property Documentation

Stream Deveel.Data.Configuration.IConfigSource.InputStream
get

Gets a Stream that is used to load the configurations.

Definition at line 39 of file IConfigSource.cs.

Stream Deveel.Data.Configuration.IConfigSource.OutputStream
get

Gets a Stream that can be writtern with the configurations from a IConfiguration.

Definition at line 45 of file IConfigSource.cs.


The documentation for this interface was generated from the following file: