C# 클래스 Nett.Coma.FileConfigSource

상속: IConfigSource, IMergedSourceFactory, ISourceFactory
파일 보기 프로젝트 열기: paiden/Nett 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateMergedPersistable ( ) : IMergeableConfig
CreatePersistable ( ) : IPersistableConfig
FileConfigSource ( string filePath ) : System.Collections.Generic
FileConfigSource ( string filePath, string alias ) : System.Collections.Generic

메소드 상세

CreateMergedPersistable() 공개 메소드

public CreateMergedPersistable ( ) : IMergeableConfig
리턴 IMergeableConfig

CreatePersistable() 공개 메소드

public CreatePersistable ( ) : IPersistableConfig
리턴 IPersistableConfig

FileConfigSource() 공개 메소드

public FileConfigSource ( string filePath ) : System.Collections.Generic
filePath string
리턴 System.Collections.Generic

FileConfigSource() 공개 메소드

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