Class VehicleInstanceDataUploader
Service to upload vehicle instance data to simplic oxs.
Inheritance
System.Object
VehicleInstanceDataUploader
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehicleInstanceDataUploader : IInstanceDataUploadService
Constructors
|
Improve this Doc
View Source
VehicleInstanceDataUploader(ISqlService, IConnectionConfigurationService)
Declaration
public VehicleInstanceDataUploader(ISqlService sqlService, IConnectionConfigurationService connectionConfigurationService)
Parameters
Type |
Name |
Description |
ISqlService |
sqlService |
|
IConnectionConfigurationService |
connectionConfigurationService |
|
Properties
|
Improve this Doc
View Source
ContextName
Declaration
public string ContextName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CreateUpload(Guid, String)
Declaration
public async Task<Guid> CreateUpload(Guid id, string token)
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
System.String |
token |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Guid> |
|
|
Improve this Doc
View Source
DeleteUpload(Guid, Guid, String)
Declaration
public async Task DeleteUpload(Guid id, Guid oxsId, string token)
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
System.Guid |
oxsId |
|
System.String |
token |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
GetAllInstanceDataIds(Guid)
Declaration
public Task<IEnumerable<Guid>> GetAllInstanceDataIds(Guid tenantId)
Parameters
Type |
Name |
Description |
System.Guid |
tenantId |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.Guid>> |
|
|
Improve this Doc
View Source
UpdateUpload(Guid, Guid, String)
Declaration
public async Task UpdateUpload(Guid id, Guid oxsId, string token)
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
System.Guid |
oxsId |
|
System.String |
token |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|