C# Class wincollectd.ConfigOption

Datei anzeigen Open project: ghetzel/wincollectd Class Usage Examples

Public Methods

Method Description
ConfigOption ( ) : System
ConfigOption ( string name ) : System
ConfigOption ( string name, List values ) : System
ConfigOption ( string name, string firstValue ) : System
FirstValue ( ) : string
FirstValue ( double def ) : string
FirstValue ( int def ) : string
FirstValue ( string def ) : string
IsEmpty ( ) : bool
Name ( ) : string
PushValue ( string value ) : void
SetName ( string name ) : void
Values ( ) : List

Private Methods

Method Description
SetValues ( List values ) : void

Method Details

ConfigOption() public method

public ConfigOption ( ) : System
return System

ConfigOption() public method

public ConfigOption ( string name ) : System
name string
return System

ConfigOption() public method

public ConfigOption ( string name, List values ) : System
name string
values List
return System

ConfigOption() public method

public ConfigOption ( string name, string firstValue ) : System
name string
firstValue string
return System

FirstValue() public method

public FirstValue ( ) : string
return string

FirstValue() public method

public FirstValue ( double def ) : string
def double
return string

FirstValue() public method

public FirstValue ( int def ) : string
def int
return string

FirstValue() public method

public FirstValue ( string def ) : string
def string
return string

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Name() public method

public Name ( ) : string
return string

PushValue() public method

public PushValue ( string value ) : void
value string
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

Values() public method

public Values ( ) : List
return List