C# Class Nett.Coma.FileConfigSource

Inheritance: IConfigSource, IMergedSourceFactory, ISourceFactory
Mostra file Open project: paiden/Nett Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateMergedPersistable ( ) : IMergeableConfig
CreatePersistable ( ) : IPersistableConfig
FileConfigSource ( string filePath ) : System.Collections.Generic
FileConfigSource ( string filePath, string alias ) : System.Collections.Generic

Method Details

CreateMergedPersistable() public method

public CreateMergedPersistable ( ) : IMergeableConfig
return IMergeableConfig

CreatePersistable() public method

public CreatePersistable ( ) : IPersistableConfig
return IPersistableConfig

FileConfigSource() public method

public FileConfigSource ( string filePath ) : System.Collections.Generic
filePath string
return System.Collections.Generic

FileConfigSource() public method

public FileConfigSource ( string filePath, string alias ) : System.Collections.Generic
filePath string
alias string
return System.Collections.Generic