DataProviderBase<TConfig,TSchema> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for data providers in this library.
public abstract class DataProviderBase<TConfig,TSchema> : Microsoft.Toolkit.Services.DataProviderBase<TConfig> where TSchema : SchemaBase
type DataProviderBase<'Config, 'Schema (requires 'Schema :> SchemaBase)> = class
inherit DataProviderBase<'Config>
Public MustInherit Class DataProviderBase(Of TConfig, TSchema)
Inherits DataProviderBase(Of TConfig)
- TConfig
Strong typed query configuration object.
- TSchema
Strong typed object to parse the response items into.
- Inheritance
- Derived
Get |
Derived classes will have to implement this method to return provider data (Inherited from DataProviderBase<TConfig>) |
Get |
Default parser abstract method. |
Load |
Load data from provider endpoint. |
Load |
Load data from provider endpoint. (Inherited from DataProviderBase<TConfig>) |
Validate |
Method provided by derived class to validate specified configuration (Inherited from DataProviderBase<TConfig>) |
Produit | Versions |
---|---|
Windows Community Toolkit | 6.1.1 |