C# Class lw_common.ui_view

Show file Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
filters List
is_default_name bool
name 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

filters public property

public List filters
return List

is_default_name public property

public bool is_default_name
return bool

name public property

public string name
return string