DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Configuration.StringConfigSource Class Reference
Inheritance diagram for Deveel.Data.Configuration.StringConfigSource:
Deveel.Data.Configuration.IConfigSource

Public Member Functions

 StringConfigSource (string source)
 

Properties

string Source [get, private set]
 
Stream InputStream [get]
 
Stream OutputStream [get]
 
- Properties inherited from Deveel.Data.Configuration.IConfigSource
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

Definition at line 22 of file StringConfigSource.cs.

Constructor & Destructor Documentation

Deveel.Data.Configuration.StringConfigSource.StringConfigSource ( string  source)
inline

Definition at line 23 of file StringConfigSource.cs.

23  {
24  Source = source;
25  }

Property Documentation

Stream Deveel.Data.Configuration.StringConfigSource.InputStream
get

Definition at line 29 of file StringConfigSource.cs.

Stream Deveel.Data.Configuration.StringConfigSource.OutputStream
get

Definition at line 33 of file StringConfigSource.cs.

string Deveel.Data.Configuration.StringConfigSource.Source
getprivate set

Definition at line 27 of file StringConfigSource.cs.


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