Property | Type | Description |
---|
Method | Description | |
---|---|---|
DeserializeElement ( |
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Updates the configuration properties of the receiver with the information in the current element in the reader.
|
|
NamedConfigurationElement ( ) : System.Configuration |
Initialize a new instance of a NamedConfigurationElement class.
|
|
NamedConfigurationElement ( string name ) : System.Configuration |
Intialize a new instance of a NamedConfigurationElement class with a name.
|
public DeserializeElement ( |
||
reader | The reader over the configuration file. | |
return | void |
public NamedConfigurationElement ( ) : System.Configuration | ||
return | System.Configuration |
public NamedConfigurationElement ( string name ) : System.Configuration | ||
name | string | The name of the element. |
return | System.Configuration |