SettingCollection ClassIpswitch.Messaging.Framework

[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.SettingCollection"]

Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelCollectionISetting
    System.Collections.ObjectModelKeyedCollectionString, ISetting
      Ipswitch.Messaging.FrameworkSettingCollection

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class SettingCollection : KeyedCollection<string, ISetting>

The SettingCollection type exposes the following members.

Constructors

  NameDescription
Public methodSettingCollection
Initializes a new instance of the SettingCollection class
Top
Methods

  NameDescription
Public methodAdd (Inherited from CollectionISetting.)
Public methodClear (Inherited from CollectionISetting.)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollectionString, ISetting.)
Public methodContains(T) (Inherited from CollectionISetting.)
Public methodCopyTo (Inherited from CollectionISetting.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionISetting.)
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 methodIndexOf (Inherited from CollectionISetting.)
Public methodInsert (Inherited from CollectionISetting.)
Public methodRemove(TKey) (Inherited from KeyedCollectionString, ISetting.)
Public methodRemove(T) (Inherited from CollectionISetting.)
Public methodRemoveAt (Inherited from CollectionISetting.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollectionString, ISetting.)
Public propertyCount (Inherited from CollectionISetting.)
Public propertyItemTKey
Gets the element with the specified key.
(Inherited from KeyedCollectionString, ISetting.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionISetting.)
Top
See Also

Reference