Skip to content

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

MethodSummary
GetMethodsGets the VFS methods for a given VFS connection.
SupportsConnectionDetermines 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

Returns

Type: IVfsMethods

The VFS methods.

SupportsConnection

Determines whether the specified VFS connection is supported by this factory.

csharp
bool SupportsConnection(IVfsConnection vfs)

Parameters

Returns

Type: bool

if the connection is supported; otherwise, .

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()