C# Class Deveel.Data.Configuration.FileConfigurationSource

A channel used to read from and write to a given file in the underlying file-system.
Inheritance: IConfigurationSource, IDisposable
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
FileConfigurationSource ( string filePath ) : System

Constructs the source over the file located at the given path within the underlying file-system.

Private Methods

Method Description
Dispose ( bool disposing ) : void
IDisposable ( ) : void

Method Details

FileConfigurationSource() public method

Constructs the source over the file located at the given path within the underlying file-system.
public FileConfigurationSource ( string filePath ) : System
filePath string The string describing the path where /// the file is located.
return System