VfsConnectionFactoryBase`1
Namespace: MJCZone.MediaMatic.Providers.Base
Assembly: MJCZone.MediaMatic
Summary
Represents a connection to a virtual file system.
Inheritance
Implemented Interfaces:
abstract public
Note: This is an abstract base class. Concrete implementations can be found in provider-specific namespaces.
Contents
Methods (5) | Properties (1)
Methods
CreateConnection
Creates a new connection to the virtual file system.
csharp
IVfsConnection CreateConnection(string connectionString)Parameters
- connectionString (string) - The connection string for the virtual file system.
Returns
Type: IVfsConnection
A new instance of the class.
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
ProviderType
Gets the provider type for the virtual file system.
Type: VfsProviderType