Class PosServiceFacade
Facade for the PosService (see http://webservices.fleetboard.com/services2/posservice)
Inheritance
System.Object
PosServiceFacade
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.FleetBoard
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
public class PosServiceFacade : IPropertyConsumer
Constructors
| Improve this Doc View SourcePosServiceFacade(String)
Declaration
public PosServiceFacade(string webserviceUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | webserviceUrl |
Methods
| Improve this Doc View SourceApplyServerProperties(IEnumerable<PropertyType>)
Declaration
public void ApplyServerProperties(IEnumerable<PropertyType> properties)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<PropertyType> | properties |
GetPosReport(IEnumerable<Int64>)
Gets a list of PosReport documents.
Declaration
public IEnumerable<Msg> GetPosReport(IEnumerable<long> vehicleIds = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Int64> | vehicleIds | The vehicle ids which the PosReport must refer to |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Msg> | The list of messages |
GetPosReport(DateTime, DateTime)
Gets a list of PosReport documents.
Declaration
public IEnumerable<Msg> GetPosReport(DateTime timeStampBegin, DateTime timeStampEnd)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | timeStampBegin | The beginning timestamp (on the serverside) |
System.DateTime | timeStampEnd | The ending timestamp (on the serverside) |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Msg> |