ContactAddressDictionary ClassIpswitch.Messaging.Framework

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

Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkContactAddressDictionary

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

public class ContactAddressDictionary : IDictionary<string, PostalAddress>, 
	ICollection<KeyValuePair<string, PostalAddress>>, IEnumerable<KeyValuePair<string, PostalAddress>>, 
	IEnumerable

The ContactAddressDictionary type exposes the following members.

Constructors

  NameDescription
Public methodContactAddressDictionary
Creates a new empty instance of the PostalAddressDictionary class.
Top
Methods

  NameDescription
Public methodAdd
Adds a new PostalAddress to the dictionary with the specified key (name).
Public methodClear
Removes all elements from the PostalAddressDictionary
Public methodContainsKey
Determines whether or not the PostalAddressDictionary contains a PostalAddress with the specified key (name).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the items in the PostalAddressDictionary.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNonStandardAddresses
Retrieves an enumerable collection of PostalAddresses and names from the PostalAddressDictionary that are not one of the standard addresses (home, business and other).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the PostalAddress with the specified key (name) from the PostalAddressDictionary.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetValue
Gets the PostalAddress with the specified key (name).
Top
Properties

  NameDescription
Public propertyBusiness
Gets or sets the standard business address field.
Public propertyCount
Gets the number of PostalAddress elements in the PostalAddressDictionary.
Public propertyHome
Gets or sets the standard home address field.
Public propertyItem
Gets or sets the PostalAddress with the specified key (name).
Public propertyKeys
Gets a collection containing all the Keys in the PostalAddressDictionary. Each key is the name of a particular PostalAddress in the dictionary.
Public propertyOther
Gets or sets the standard other address field.
Public propertyValues
Gets a collection of the PostalAddresses in the PostalAddressDictionary.
Top
See Also

Reference