CustomTraceListenerData Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The CustomTraceListenerData type exposes the following members.

Constructors

  Name Description
Public method CustomTraceListenerData Overloaded.

Methods

  Name Description
Protected method CreateHelper
Creates the helper that enapsulates the configuration properties management.
(Overrides BasicCustomTraceListenerData.CreateHelper().)
Public method DeserializeElement Overloaded.
Public method Equals (Inherited from ConfigurationElement.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ConfigurationElement.)
Public method GetType (Inherited from Object.)
Protected method Init (Inherited from ConfigurationElement.)
Protected method InitializeDefault (Inherited from ConfigurationElement.)
Protected method IsModified
Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.
(Inherited from BasicCustomTraceListenerData.)
Public method IsReadOnly (Inherited from ConfigurationElement.)
Protected method ListErrors (Inherited from ConfigurationElement.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute
Called when an unknown attribute is encountered while deserializing the SystemDiagnosticsTraceListenerData object.
(Inherited from BasicCustomTraceListenerData.)
Protected method OnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected method OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected method PostDeserialize (Inherited from ConfigurationElement.)
Protected method PreSerialize (Inherited from ConfigurationElement.)
Protected method Reset
Resets the internal state of the SystemDiagnosticsTraceListenerData object, including the locks and the properties collection.
(Inherited from BasicCustomTraceListenerData.)
Protected method ResetModified (Inherited from ConfigurationElement.)
Protected method SerializeElement (Inherited from ConfigurationElement.)
Protected method SerializeToXmlElement (Inherited from ConfigurationElement.)
Public method SetAttributeValue
Sets the attribute value for a key.
(Inherited from BasicCustomTraceListenerData.)
Protected method SetPropertyValue (Inherited from ConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)
Protected method Unmerge
Modifies the SystemDiagnosticsTraceListenerData object to remove all values that should not be saved.
(Inherited from BasicCustomTraceListenerData.)

Properties

  Name Description
Public property Attributes
Gets the custom configuration attributes.
(Inherited from BasicCustomTraceListenerData.)
Public property ElementInformation (Inherited from ConfigurationElement.)
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Public property Formatter
Gets or sets the name of the formatter. Can be nulla null reference (Nothing in Visual Basic).
Public property InitData
Gets or sets the initialization data.
(Inherited from BasicCustomTraceListenerData.)
Protected property Item Overloaded.
Public property ListenerDataType
Gets or sets the type of the actual TraceListenerData type.
(Inherited from TraceListenerData.)
Public property ListenerDataTypeName
Gets or sets the fully qualified name of the actual TraceListenerData type.
(Inherited from TraceListenerData.)
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property Name
Gets or sets the name of the element.
(Inherited from NamedConfigurationElement.)
Protected property Properties
Gets a ConfigurationPropertyCollection of the properties that are defined for this configuration element when implemented in a derived class.
(Inherited from BasicCustomTraceListenerData.)
Public property TraceOutputOptions
Gets or sets the TraceOptions for the represented TraceListener.
(Inherited from TraceListenerData.)
Public property Type
Gets or sets the Type the element is the configuration for.
(Inherited from NameTypeConfigurationElement.)
Public property TypeName
Gets or sets the fully qualified name of the Type the element is the configuration for.
(Inherited from NameTypeConfigurationElement.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHelperAssistedCustomConfigurationData<BasicCustomTraceListenerData>.BaseGetPropertyValue (Inherited from BasicCustomTraceListenerData.)
Explicit interface implemetationPrivate method IHelperAssistedCustomConfigurationData<BasicCustomTraceListenerData>.BaseIsModified (Inherited from BasicCustomTraceListenerData.)
Explicit interface implemetationPrivate method IHelperAssistedCustomConfigurationData<BasicCustomTraceListenerData>.BaseReset (Inherited from BasicCustomTraceListenerData.)
Explicit interface implemetationPrivate method IHelperAssistedCustomConfigurationData<BasicCustomTraceListenerData>.BaseSetPropertyValue (Inherited from BasicCustomTraceListenerData.)
Explicit interface implemetationPrivate method IHelperAssistedCustomConfigurationData<BasicCustomTraceListenerData>.BaseUnmerge (Inherited from BasicCustomTraceListenerData.)
Explicit interface implemetationPrivate property IHelperAssistedCustomConfigurationData<BasicCustomTraceListenerData>.Helper (Inherited from BasicCustomTraceListenerData.)

See Also

CustomTraceListenerData Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.