C# 클래스 Nett.Coma.FileConfig

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

Private Properties

프로퍼티 타입 설명
ComputeHash byte[]
HashEquals bool

공개 메소드들

메소드 설명
CanHandleSource ( IConfigSource source ) : bool
EnsureExists ( TomlTable content ) : bool
FileConfig ( FileConfigSource source ) : System.IO
Load ( ) : TomlTable
LoadSourcesTable ( ) : TomlTable
Save ( TomlTable config ) : void
TransformToSourceTable ( TomlTable toTransform ) : TomlTable
WasChangedExternally ( ) : bool

비공개 메소드들

메소드 설명
ComputeHash ( string filePath ) : byte[]
HashEquals ( byte x, byte y ) : bool

메소드 상세

CanHandleSource() 공개 메소드

public CanHandleSource ( IConfigSource source ) : bool
source IConfigSource
리턴 bool

EnsureExists() 공개 메소드

public EnsureExists ( TomlTable content ) : bool
content TomlTable
리턴 bool

FileConfig() 공개 메소드

public FileConfig ( FileConfigSource source ) : System.IO
source FileConfigSource
리턴 System.IO

Load() 공개 메소드

public Load ( ) : TomlTable
리턴 TomlTable

LoadSourcesTable() 공개 메소드

public LoadSourcesTable ( ) : TomlTable
리턴 TomlTable

Save() 공개 메소드

public Save ( TomlTable config ) : void
config TomlTable
리턴 void

TransformToSourceTable() 공개 메소드

public TransformToSourceTable ( TomlTable toTransform ) : TomlTable
toTransform TomlTable
리턴 TomlTable

WasChangedExternally() 공개 메소드

public WasChangedExternally ( ) : bool
리턴 bool