[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.ContactAddressDictionary"]
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | ContactAddressDictionary |
Creates a new empty instance of the PostalAddressDictionary class.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new PostalAddress to the dictionary with the specified key (name).
|
![]() | Clear |
Removes all elements from the PostalAddressDictionary
|
![]() | ContainsKey |
Determines whether or not the PostalAddressDictionary contains a PostalAddress with the specified key (name).
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the items in the PostalAddressDictionary.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNonStandardAddresses |
Retrieves an enumerable collection of PostalAddresses and names from the PostalAddressDictionary
that are not one of the standard addresses (home, business and other).
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes the PostalAddress with the specified key (name) from the PostalAddressDictionary.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the PostalAddress with the specified key (name).
|
Properties
Name | Description | |
---|---|---|
![]() | Business |
Gets or sets the standard business address field.
|
![]() | Count |
Gets the number of PostalAddress elements in the PostalAddressDictionary.
|
![]() | Home |
Gets or sets the standard home address field.
|
![]() | Item |
Gets or sets the PostalAddress with the specified key (name).
|
![]() | Keys |
Gets a collection containing all the Keys in the PostalAddressDictionary. Each key is the name of a particular PostalAddress in the dictionary.
|
![]() | Other |
Gets or sets the standard other address field.
|
![]() | Values |
Gets a collection of the PostalAddresses in the PostalAddressDictionary.
|
See Also