C# Class PHP.Library.Data.PDOMySQLGlobalConfig

Global configuration.
Inheritance: IPhpConfiguration, IPhpConfigurationSection
Exibir arquivo Open project: DEVSENSE/PhalangerMySql Class Usage Examples

Public Methods

Method Description
DeepCopy ( ) : IPhpConfiguration

Creates a deep copy of the configuration record.

Parse ( string name, string value, XmlNode node ) : bool

Parses XML configuration file.

Method Details

DeepCopy() public method

Creates a deep copy of the configuration record.
public DeepCopy ( ) : IPhpConfiguration
return IPhpConfiguration

Parse() public method

Parses XML configuration file.
public Parse ( string name, string value, XmlNode node ) : bool
name string
value string
node System.Xml.XmlNode
return bool