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 SourceTransportManagementConfigServiceFacade(String)
Declaration
public TransportManagementConfigServiceFacade(string webserviceUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | webserviceUrl |
Methods
| Improve this Doc View SourceGetActivities()
Gets all object types for activities.
Declaration
public IEnumerable<TMObjectType> GetActivities()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TMObjectType> |
GetEvents()
Gets all object types for events.
Declaration
public IEnumerable<TMObjectType> GetEvents()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TMObjectType> |
GetMessages()
Gets all object types for messages.
Declaration
public IEnumerable<TMObjectType> GetMessages()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TMObjectType> |
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 |
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 |
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 |
GetTransportObjects()
Gets all object types for transport objects.
Declaration
public IEnumerable<TMObjectType> GetTransportObjects()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TMObjectType> |