C# Class POLConfig.POLConfigLine

显示文件 Open project: polserver/poltools Class Usage Examples

Public Properties

Property Type Description
_comments string
_name string
_value string

Public Methods

Method Description
POLConfigLine ( string value, string comments ) : System
POLConfigLine ( string name, string value, string comments ) : System
ToString ( ) : string

Method Details

POLConfigLine() public method

public POLConfigLine ( string value, string comments ) : System
value string
comments string
return System

POLConfigLine() public method

public POLConfigLine ( string name, string value, string comments ) : System
name string
value string
comments string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

_comments public_oe property

public string _comments
return string

_name public_oe property

public string _name
return string

_value public_oe property

public string _value
return string