The following tables list the members exposed by ChannelElement.
Public Constructors
Name | Description | |
---|---|---|
ChannelElement | Initializes a new instance of the ChannelElement class. | |
TypeConfigurationElement | Initializes an instance of the TypeConfigurationElement class. (Inherited from TypeConfigurationElement) |
Public Methods
Name | Description | |
---|---|---|
GetChannel | Gets the logging channel this configuration element represents. | |
IsReadOnly | Gets a value indicating whether the ChannelElement object is read-only. |
Protected Methods
Name | Description | |
---|---|---|
OnDeserializeUnrecognizedAttribute | Gets a value indicating whether an unknown attribute is encountered during deserialization. | |
SerializeElement | Writes the contents of this configuration element to the configuration file when implemented in a derived class. |
Public Properties
Name | Description | |
---|---|---|
Channel | Gets or sets the logging channel this configuration represents. | |
Enabled | Gets or sets a value indicating whether this ChannelElement is enabled. | |
Name | Gets or sets the name of the element. (Inherited from TypeConfigurationElement) | |
Type | Gets or sets the Type the element is the configuration for. (Inherited from TypeConfigurationElement) | |
TypeName | Gets or sets the fully qualified name of the Type the element is the configuration for. (Inherited from TypeConfigurationElement) |
Public Fields
Name | Description | |
---|---|---|
nameProperty | Name of the property that holds the name of System.Configuration.ConfigurationElement. (Inherited from TypeConfigurationElement) | |
typeProperty | Name of the property that holds the type of System.Configuration.ConfigurationElement. (Inherited from TypeConfigurationElement) |
See Also