C# Class wincollectd.ConfigSection

显示文件 Open project: ghetzel/wincollectd

Public Methods

Method Description
ConfigSection ( ) : System
ConfigSection ( string type ) : System
ConfigSection ( string type, string name ) : System
ConfigSection ( string type, string name, string data ) : System
FindOption ( string path ) : ConfigOption
Name ( ) : string
Option ( string name ) : ConfigOption
Sections ( ) : List
Sections ( string type ) : List
Sections ( string type, string name ) : List
SetData ( string data ) : void
SetName ( string name ) : void
SetType ( string type ) : void
ToString ( ) : string
Type ( ) : string

Method Details

ConfigSection() public method

public ConfigSection ( ) : System
return System

ConfigSection() public method

public ConfigSection ( string type ) : System
type string
return System

ConfigSection() public method

public ConfigSection ( string type, string name ) : System
type string
name string
return System

ConfigSection() public method

public ConfigSection ( string type, string name, string data ) : System
type string
name string
data string
return System

FindOption() public method

public FindOption ( string path ) : ConfigOption
path string
return ConfigOption

Name() public method

public Name ( ) : string
return string

Option() public method

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

Sections() public method

public Sections ( ) : List
return List

Sections() public method

public Sections ( string type ) : List
type string
return List

Sections() public method

public Sections ( string type, string name ) : List
type string
name string
return List

SetData() public method

public SetData ( string data ) : void
data string
return void

SetName() public method

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

SetType() public method

public SetType ( string type ) : void
type string
return void

ToString() public method

public ToString ( ) : string
return string

Type() public method

public Type ( ) : string
return string