[]
The ContactStorage is the storage for Contact objects. It allows binding to the data source and mapping data source fields to the contact properties.
public class ContactStorage : BaseStorage<Contact, BaseObjectMappingCollection<Contact>>, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize, ISite, IServiceProvider
Name | Description |
---|---|
Contacts | Gets the ContactCollection object that contains contact related information. |