Search Results for

    Show / Hide Table of Contents

    Class PosServiceFacade

    Facade for the PosService (see http://webservices.fleetboard.com/services2/posservice)

    Inheritance
    System.Object
    PosServiceFacade
    Implements
    IPropertyConsumer
    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 Source

    PosServiceFacade(String)

    Declaration
    public PosServiceFacade(string webserviceUrl)
    Parameters
    Type Name Description
    System.String webserviceUrl

    Methods

    | Improve this Doc View Source

    ApplyServerProperties(IEnumerable<PropertyType>)

    Declaration
    public void ApplyServerProperties(IEnumerable<PropertyType> properties)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<PropertyType> properties
    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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>

    Implements

    IPropertyConsumer
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx