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.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class CategoryStorage : BaseStorage<Category, CategoryMappingCollection> |
Visual Basic (Declaration) |
---|
Public Class CategoryStorage _ Inherits BaseStorage(Of Category, CategoryMappingCollection) |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
C1.C1Schedule..::..C1BindingSource
C1.C1Schedule..::..BaseStorage<(Of <(<'Category, CategoryMappingCollection>)>)>
C1.C1Schedule..::..CategoryStorage
System..::..MarshalByRefObject
System.ComponentModel..::..Component
C1.C1Schedule..::..C1BindingSource
C1.C1Schedule..::..BaseStorage<(Of <(<'Category, CategoryMappingCollection>)>)>
C1.C1Schedule..::..CategoryStorage