The StatusStorage is the storage for Status objects. It allows binding to the data source and mapping data sources fields to the status properties.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Inheritance Hierarchy

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

See Also