Class ProviderExtensions
- Namespace
- Dynamicweb.DataIntegration.ProviderHelpers
- Assembly
- Dynamicweb.DataIntegration.dll
public static class ProviderExtensions
- Inheritance
-
ProviderExtensions
- Inherited Members
-
Methods
GetDestinationProvider(string)
public static IDestination GetDestinationProvider(string provider)
Parameters
provider
string
Returns
- IDestination
GetSourceProviderType(string)
public static Type GetSourceProviderType(string fileExtension)
Parameters
fileExtension
string
Returns
- Type
IsDestinationFileProvider(IDestination)
public static bool IsDestinationFileProvider(this IDestination destination)
Parameters
destination
IDestination
Returns
- bool
IsDestinationFileProvider(Type)
public static bool IsDestinationFileProvider(this Type type)
Parameters
type
Type
Returns
- bool
IsSourceFileProvider(ISource)
public static bool IsSourceFileProvider(this ISource source)
Parameters
source
ISource
Returns
- bool
IsSourceFileProvider(Type)
public static bool IsSourceFileProvider(this Type type)
Parameters
type
Type
Returns
- bool