Search Results for

    Show / Hide Table of Contents

    Class TransportManagementConfigServiceFacade

    Facade for the Transport Management Config service (see http://webservices.fleetboard.com/services2/transportmanagementconfigservice)

    Inheritance
    System.Object
    TransportManagementConfigServiceFacade
    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 TransportManagementConfigServiceFacade

    Constructors

    | Improve this Doc View Source

    TransportManagementConfigServiceFacade(String)

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

    Methods

    | Improve this Doc View Source

    GetActivities()

    Gets all object types for activities.

    Declaration
    public IEnumerable<TMObjectType> GetActivities()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TMObjectType>
    | Improve this Doc View Source

    GetEvents()

    Gets all object types for events.

    Declaration
    public IEnumerable<TMObjectType> GetEvents()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TMObjectType>
    | Improve this Doc View Source

    GetMessages()

    Gets all object types for messages.

    Declaration
    public IEnumerable<TMObjectType> GetMessages()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TMObjectType>
    | Improve this Doc View Source

    GetTmObjectType(Int64)

    Gets a single TM object types as specified by the given inoid.

    Declaration
    public TMObjectType GetTmObjectType(long inoid)
    Parameters
    Type Name Description
    System.Int64 inoid

    The inoid of the object type

    Returns
    Type Description
    TMObjectType

    The TM object type

    | Improve this Doc View Source

    GetTmObjectTypes(Nullable<Int64>, Nullable<Int64>)

    Gets a list of TM object types.

    Declaration
    public IEnumerable<TMObjectType> GetTmObjectTypes(long? inoid = null, long? tmConfigId = null)
    Parameters
    Type Name Description
    System.Nullable<System.Int64> inoid

    The inoid of the object type

    System.Nullable<System.Int64> tmConfigId

    The TM Config id which the object type must refer to

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TMObjectType>

    A list of TM object types

    | Improve this Doc View Source

    GetTmStructures(Nullable<Int64>)

    Gets a list of TM Structures.

    Declaration
    public IEnumerable<TMStructure> GetTmStructures(long? tmConfigId = null)
    Parameters
    Type Name Description
    System.Nullable<System.Int64> tmConfigId

    The TM Config id which the structure must refer to

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TMStructure>

    The list of structures

    | Improve this Doc View Source

    GetTransportObjects()

    Gets all object types for transport objects.

    Declaration
    public IEnumerable<TMObjectType> GetTransportObjects()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TMObjectType>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx