C# 클래스 lw_common.settings_file

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dirty bool
file_name string
log_each_set bool

공개 메소드들

메소드 설명
get ( string text, string default_ = "" ) : string
save ( ) : void
set ( string text, string val ) : void
settings_file ( string file_name ) : System

비공개 메소드들

메소드 설명
str_to_value ( string str ) : string
surround_with_quotes_if_needed ( string line ) : string

메소드 상세

get() 공개 메소드

public get ( string text, string default_ = "" ) : string
text string
default_ string
리턴 string

save() 공개 메소드

public save ( ) : void
리턴 void

set() 공개 메소드

public set ( string text, string val ) : void
text string
val string
리턴 void

settings_file() 공개 메소드

public settings_file ( string file_name ) : System
file_name string
리턴 System

프로퍼티 상세

dirty 공개적으로 프로퍼티

public bool dirty
리턴 bool

file_name 공개적으로 프로퍼티

public string file_name
리턴 string

log_each_set 공개적으로 프로퍼티

public bool log_each_set
리턴 bool