[]
The CategoryStorage is the storage for Category objects. It allows binding to the data source and mapping data source fields to the category properties.
public class CategoryStorage : BaseStorage<Category, BaseObjectMappingCollection<Category>>, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize, ISite, IServiceProvider
Name | Description |
---|---|
Categories | Gets the CategoryCollection object that contains category related information. |