B2MethodsFactory
Namespace: MJCZone.MediaMatic.Providers.B2
Assembly: MJCZone.MediaMatic
Summary
Provides B2 specific vfs methods.
Inheritance
Base Class: VfsMethodsFactoryBase
public
Contents
Constructors (1) | Methods (6)
Constructors
B2MethodsFactory
csharp
B2MethodsFactory()Methods
| Method | Summary |
|---|---|
| SupportsConnection | Determines if the factory supports the given connection. |
| GetMethods | Gets the VFS methods for a given VFS connection. |
| GetType | |
| ToString | |
| Equals | |
| GetHashCode |
SupportsConnection
Determines if the factory supports the given connection.
csharp
bool SupportsConnection(IVfsConnection vfs)Parameters
- vfs (IVfsConnection) - The VFS connection.
Returns
Type: bool
True if supported; otherwise false.
GetMethods
Gets the VFS methods for a given VFS connection.
csharp
GetMethods(IVfsConnection vfs)Parameters
- vfs (IVfsConnection) - The VFS connection.
Returns
The VFS methods.
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()