The ContactStorage is the storage for Contact objects. It allows binding to the data source and mapping data source fields to the contact properties.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class ContactStorage : BaseStorage<Contact, BaseObjectMappingCollection<Contact>>
Visual Basic
Public Class ContactStorage _
	Inherits BaseStorage(Of Contact, BaseObjectMappingCollection(Of Contact))

Inheritance Hierarchy

See Also