C# Class Nett.Coma.FileConfigSource

Inheritance: IConfigSource, IMergedSourceFactory, ISourceFactory
Afficher le fichier Open project: paiden/Nett Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

CreateMergedPersistable() public méthode

public CreateMergedPersistable ( ) : IMergeableConfig
Résultat IMergeableConfig

CreatePersistable() public méthode

public CreatePersistable ( ) : IPersistableConfig
Résultat IPersistableConfig

FileConfigSource() public méthode

public FileConfigSource ( string filePath ) : System.Collections.Generic
filePath string
Résultat System.Collections.Generic

FileConfigSource() public méthode

public FileConfigSource ( string filePath, string alias ) : System.Collections.Generic
filePath string
alias string
Résultat System.Collections.Generic