Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / StorageProviderManager Class
Properties Methods


In This Topic
    StorageProviderManager Class Members
    In This Topic

    The following tables list the members exposed by StorageProviderManager.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the StorageProviderManager instance.  
    Public PropertyGets the map of the items which are maintained. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>)
    Top
    Public Methods
     NameDescription
    Public MethodAdd item with the key to the manager. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>)
    Public MethodGets a boolean value which indicates whether the key exists in the manager. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>)
    Public MethodGets the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>)
    Public Methodstatic (Shared in Visual Basic)Gets the IDirectoryStorage with specified path and arguments.  
    Public Methodstatic (Shared in Visual Basic)Gets the IFileStorage with specified path and arguments.  
    Public MethodGets the IStorageProvider with the specified path.  
    Public MethodRemove the item with the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>)
    Public MethodTry to get the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>)
    Top
    See Also