Skip to content

GCPMethodsFactory

Namespace: MJCZone.MediaMatic.Providers.GCP

Assembly: MJCZone.MediaMatic

Summary

Provides GCP specific vfs methods.

Inheritance

Base Class: VfsMethodsFactoryBase

public

Contents

Constructors (1) | Methods (6)

Constructors

GCPMethodsFactory

csharp
GCPMethodsFactory()

Methods

MethodSummary
SupportsConnectionDetermines if the factory supports the given connection.
GetMethodsGets 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

Returns

Type: bool

True if supported; otherwise false.

GetMethods

Gets the VFS methods for a given VFS connection.

csharp
GetMethods(IVfsConnection vfs)

Parameters

Returns

The VFS methods.

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()