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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Inheritance Hierarchy

See Also