Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerServiceBase Interface Reference

Use for geofencing data source management. Once a data source is added to the service, data from the service is automatically fetched by the geofencing service. More...

Inheritance diagram for TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerServiceBase:
TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerClient TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerService TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerServiceClient TPG.GeoFramework.GeoFencingService.GeoFencingService TPG.GeoFramework.GeoFencingClient.DataManagerServiceClient

Public Member Functions

void AddDataSource (DataSourceDefinition dataSource)
 Add a new data source to the service. Note that if the data source already exists, no new source will be added.
 
List< DataSourceDefinitionGetDataSources ()
 Retrieve all data sources from the service.
 
int DeleteDataSources (List< Guid > ids)
 Delete identified data sources from the service.
 

Detailed Description

Use for geofencing data source management. Once a data source is added to the service, data from the service is automatically fetched by the geofencing service.

Member Function Documentation

◆ AddDataSource()

void TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerServiceBase.AddDataSource ( DataSourceDefinition  dataSource)

Add a new data source to the service. Note that if the data source already exists, no new source will be added.

Parameters
dataSourceData source description

Implemented in TPG.GeoFramework.GeoFencingClient.DataManagerServiceClient, and TPG.GeoFramework.GeoFencingService.GeoFencingService.

◆ DeleteDataSources()

int TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerServiceBase.DeleteDataSources ( List< Guid >  ids)

Delete identified data sources from the service.

Parameters
idsIdentifiers of data sources to delete. The identifier is set by the caller when adding the data source
Returns
Number of data sources deleted

Implemented in TPG.GeoFramework.GeoFencingClient.DataManagerServiceClient, and TPG.GeoFramework.GeoFencingService.GeoFencingService.

◆ GetDataSources()

List< DataSourceDefinition > TPG.GeoFramework.GeoFencingServiceInterfaces.IDataManagerServiceBase.GetDataSources ( )

Retrieve all data sources from the service.

Returns

Implemented in TPG.GeoFramework.GeoFencingClient.DataManagerServiceClient, and TPG.GeoFramework.GeoFencingService.GeoFencingService.


The documentation for this interface was generated from the following file: