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.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..C1BindingSource
    C1.C1Schedule..::..BaseStorage<(Of <(<'Contact, BaseObjectMappingCollection<(Of <(<'Contact>)>)>>)>)>
      C1.C1Schedule..::..ContactStorage

See Also