C# 클래스 Hawkeye.Configuration.SettingsManager

파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 프로퍼티들

프로퍼티 타입 설명
HawkeyeStoreKey string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHawkeyeStore ( ) : ISettingsStore
GetStore ( string key ) : ISettingsStore
Initialize ( string filename = "" ) : void

Initializes the Settings manager with the specified filename.

Save ( ) : void

메소드 상세

GetHawkeyeStore() 공개 정적인 메소드

public static GetHawkeyeStore ( ) : ISettingsStore
리턴 ISettingsStore

GetStore() 공개 정적인 메소드

public static GetStore ( string key ) : ISettingsStore
key string
리턴 ISettingsStore

Initialize() 공개 정적인 메소드

Initializes the Settings manager with the specified filename.
public static Initialize ( string filename = "" ) : void
filename string The Settings file name (optional).
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

프로퍼티 상세

HawkeyeStoreKey 공개적으로 정적으로 프로퍼티

public static string HawkeyeStoreKey
리턴 string