C# Class lw_common.settings_file

显示文件 Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
dirty bool
file_name string
log_each_set bool

Public Methods

Method Description
get ( string text, string default_ = "" ) : string
save ( ) : void
set ( string text, string val ) : void
settings_file ( string file_name ) : System

Private Methods

Method Description
str_to_value ( string str ) : string
surround_with_quotes_if_needed ( string line ) : string

Method Details

get() public method

public get ( string text, string default_ = "" ) : string
text string
default_ string
return string

save() public method

public save ( ) : void
return void

set() public method

public set ( string text, string val ) : void
text string
val string
return void

settings_file() public method

public settings_file ( string file_name ) : System
file_name string
return System

Property Details

dirty public_oe property

public bool dirty
return bool

file_name public_oe property

public string file_name
return string

log_each_set public_oe property

public bool log_each_set
return bool