Interface IDataUpdaterFactoryRegister
An interface the Connector implements to support providers adding themselves to the set of providers the connector can use
Namespace: LemonEdge.Client.Core.CommonUI
Assembly: API.dll
Syntax
public interface IDataUpdaterFactoryRegister
Methods
AddProvider(IDataUpdaterFactory)
Adds the specified implementation of a provider to the set of available providers this factory can use
Declaration
void AddProvider(IDataUpdaterFactory factory)
Parameters
Type | Name | Description |
---|---|---|
IDataUpdaterFactory | factory | The provider for connecting to the lemonedge platform |
UseFactory(ConnectionType)
Specifies that the provider that uses the specified type of connection type should be used by this factory
Declaration
void UseFactory(ConnectionType type)
Parameters
Type | Name | Description |
---|---|---|
ConnectionType | type | The provider to use that uses this type of connection. Currently only direct database and web service providers are supported |