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