CompositeProperties ClassApache log4net™ SDK Documentation
This class aggregates several PropertiesDictionary collections together.
Inheritance Hierarchy

SystemObject
  log4net.UtilCompositeProperties

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public sealed class CompositeProperties

The CompositeProperties type exposes the following members.

Properties

  NameDescription
Public propertyItem
Gets the value of a property
Top
Methods

  NameDescription
Public methodAdd
Add a Properties Dictionary to this composite collection
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFlatten
Flatten this composite collection into a single properties dictionary
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks

Provides a dictionary style lookup over an ordered list of PropertiesDictionary collections.

See Also

Reference