C# Class lw_common.ui_filter

Show file Open project: jtorjo/logwizard

Public Properties

Property Type Description
apply_to_existing_lines bool
dimmed bool
enabled bool
text string

Public Methods

Method Description
load ( string prefix ) : void
save ( string prefix ) : void

Private Methods

Method Description
load_save ( bool load, string prefix ) : void

Method Details

load() public method

public load ( string prefix ) : void
prefix string
return void

save() public method

public save ( string prefix ) : void
prefix string
return void

Property Details

apply_to_existing_lines public property

public bool apply_to_existing_lines
return bool

dimmed public property

public bool dimmed
return bool

enabled public property

public bool enabled
return bool

text public property

public string text
return string