Contains a list of AddressBookEntrys for a specific user alias, which can be persisted and used as a
data source for selecting previously used entries.
| C# |
public class AddressBookSource : IListSource, IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AddressBookSource()()() |
Creates a new instance, for serialization support only.
| |
| AddressBookSource(String) |
Creates a new instance.
| |
| Alias |
Gets or sets the alias to which the instance pertains.
| |
| ContainsListCollection |
Deterines whether this object contains a list collection; this will always be true.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Finalizes the object.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetInstance(String) |
Gets an instance for a given alias, by either deserializing a persisted instance or creating a new one.
| |
| GetList()()() |
Gets the list of entries.
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Items |
Gets the collection of entries.
| |
| ItemsInternal |
Supports serialization of the Items collection, not to be used directly.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save(AddressBookSource) |
Saves the instance to a file.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| AddressBookSource | |