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.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Inheritance Hierarchy

See Also