The CategoryStorage is the storage for Category objects. It allows binding to the data source and mapping data source fields to the category properties.

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

Syntax

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

Inheritance Hierarchy

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

See Also