VfsMethodsFactoryBase
Namespace: MJCZone.MediaMatic.Providers.Base
Assembly: MJCZone.MediaMatic
Summary
Base class for VFS methods factories.
Inheritance
Implemented Interfaces:
abstract public
Note: This is an abstract base class. Concrete implementations can be found in provider-specific namespaces.
Contents
Methods (6)
Methods
| Method | Summary |
|---|---|
| GetMethods | Gets the VFS methods for a given VFS connection. |
| SupportsConnection | Determines whether the specified VFS connection is supported by this factory. |
| GetType | |
| ToString | |
| Equals | |
| GetHashCode |
GetMethods
Gets the VFS methods for a given VFS connection.
csharp
IVfsMethods GetMethods(IVfsConnection vfs)Parameters
- vfs (IVfsConnection) - The VFS connection.
Returns
Type: IVfsMethods
The VFS methods.
SupportsConnection
Determines whether the specified VFS connection is supported by this factory.
csharp
bool SupportsConnection(IVfsConnection vfs)Parameters
- vfs (IVfsConnection) - The VFS connection.
Returns
Type: bool
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()