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