ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ImageDataProvider Class
Members




In This Topic
    ImageDataProvider Class
    In This Topic
    ImageDataProvider is a base class derived from the System.Configuration.Provider.ProviderBase class ( System.Configuration.Provider.ProviderBase ). It provides a base implementation for the ImageGear image data provider for the PageView and ThumbnailView components. This is an abstract class.
    Object Model
    ImageDataProvider ClassArtDataConnection ClassImageDataConnection Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImageDataProvider 
       Inherits System.Configuration.Provider.ProviderBase
    'Usage
     
    Dim instance As ImageDataProvider
    public abstract class ImageDataProvider : System.Configuration.Provider.ProviderBase 
    public __gc abstract class ImageDataProvider : public System.Configuration.Provider.ProviderBase 
    public ref class ImageDataProvider abstract : public System.Configuration.Provider.ProviderBase 
    Remarks
    If you are writing a custom image data provider, then your custom data provider class must derive from this class.

    Also, if creating a custom provider in a separate assembly, make sure that you add a reference to the .NET assembly "System.Configuration" in the references of the Visual Studio Solution Explorer.

    Inheritance Hierarchy

    System.Object
       System.Configuration.Provider.ProviderBase
          ImageGear.Web.DataProviders.ImageDataProvider

    See Also