Search Results for

    Show / Hide Table of Contents

    Class DriveAndRestTimes

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Web.Services.Protocols.WebClientProtocol
    System.Web.Services.Protocols.HttpWebClientProtocol
    System.Web.Services.Protocols.SoapHttpClientProtocol
    DriveAndRestTimes
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Inherited Members
    System.Web.Services.Protocols.SoapHttpClientProtocol.Discover()
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetWebRequest(System.Uri)
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetWriterForMessage(System.Web.Services.Protocols.SoapClientMessage, System.Int32)
    System.Web.Services.Protocols.SoapHttpClientProtocol.GetReaderForMessage(System.Web.Services.Protocols.SoapClientMessage, System.Int32)
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(System.String, System.Object[])
    System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)
    System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)
    System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync(System.String, System.Object[], System.Threading.SendOrPostCallback)
    System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync(System.String, System.Object[], System.Threading.SendOrPostCallback, System.Object)
    System.Web.Services.Protocols.SoapHttpClientProtocol.SoapVersion
    System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest)
    System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest, System.IAsyncResult)
    System.Web.Services.Protocols.HttpWebClientProtocol.GenerateXmlMappings(System.Type, System.Collections.ArrayList)
    System.Web.Services.Protocols.HttpWebClientProtocol.GenerateXmlMappings(System.Type[], System.Collections.ArrayList)
    System.Web.Services.Protocols.HttpWebClientProtocol.AllowAutoRedirect
    System.Web.Services.Protocols.HttpWebClientProtocol.CookieContainer
    System.Web.Services.Protocols.HttpWebClientProtocol.ClientCertificates
    System.Web.Services.Protocols.HttpWebClientProtocol.EnableDecompression
    System.Web.Services.Protocols.HttpWebClientProtocol.UserAgent
    System.Web.Services.Protocols.HttpWebClientProtocol.Proxy
    System.Web.Services.Protocols.HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing
    System.Web.Services.Protocols.WebClientProtocol.Abort()
    System.Web.Services.Protocols.WebClientProtocol.GetFromCache(System.Type)
    System.Web.Services.Protocols.WebClientProtocol.AddToCache(System.Type, System.Object)
    System.Web.Services.Protocols.WebClientProtocol.Credentials
    System.Web.Services.Protocols.WebClientProtocol.ConnectionGroupName
    System.Web.Services.Protocols.WebClientProtocol.PreAuthenticate
    System.Web.Services.Protocols.WebClientProtocol.RequestEncoding
    System.Web.Services.Protocols.WebClientProtocol.Timeout
    System.ComponentModel.Component.Dispose()
    System.ComponentModel.Component.Dispose(System.Boolean)
    System.ComponentModel.Component.GetService(System.Type)
    System.ComponentModel.Component.ToString()
    System.ComponentModel.Component.CanRaiseEvents
    System.ComponentModel.Component.Events
    System.ComponentModel.Component.Site
    System.ComponentModel.Component.Container
    System.ComponentModel.Component.DesignMode
    System.ComponentModel.Component.Disposed
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.CreateObjRef(System.Type)
    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.Spedion.DriveAndRestTimesWs
    Assembly: Simplic.Telematic.Spedion.dll
    Syntax
    [WebServiceBinding(Name = "DriveAndRestTimesSoap", Namespace = "http://ws.spedion.de/")]
    public class DriveAndRestTimes : SoapHttpClientProtocol, IComponent, IDisposable

    Constructors

    | Improve this Doc View Source

    DriveAndRestTimes()

    Declaration
    public DriveAndRestTimes()

    Properties

    | Improve this Doc View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UseDefaultCredentials

    Declaration
    public bool UseDefaultCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CancelAsync(Object)

    Declaration
    public void CancelAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState
    | Improve this Doc View Source

    GetDtcoAnalysisResult(Int32[], Nullable<DateTime>)

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/GetDtcoAnalysisResult", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DtcoAnalysisListResult GetDtcoAnalysisResult(int[] driverIds, DateTime? lastRefresh)
    Parameters
    Type Name Description
    System.Int32[] driverIds
    System.Nullable<System.DateTime> lastRefresh
    Returns
    Type Description
    DtcoAnalysisListResult
    | Improve this Doc View Source

    GetDtcoAnalysisResultAsync(Int32[], Nullable<DateTime>)

    Declaration
    public void GetDtcoAnalysisResultAsync(int[] driverIds, DateTime? lastRefresh)
    Parameters
    Type Name Description
    System.Int32[] driverIds
    System.Nullable<System.DateTime> lastRefresh
    | Improve this Doc View Source

    GetDtcoAnalysisResultAsync(Int32[], Nullable<DateTime>, Object)

    Declaration
    public void GetDtcoAnalysisResultAsync(int[] driverIds, DateTime? lastRefresh, object userState)
    Parameters
    Type Name Description
    System.Int32[] driverIds
    System.Nullable<System.DateTime> lastRefresh
    System.Object userState
    | Improve this Doc View Source

    GetDtcoAnalysisResultByDriverRequest(DriverRequest[])

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/GetDtcoAnalysisResultByDriverRequest", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DtcoAnalysisListResult GetDtcoAnalysisResultByDriverRequest(DriverRequest[] driverRequests)
    Parameters
    Type Name Description
    DriverRequest[] driverRequests
    Returns
    Type Description
    DtcoAnalysisListResult
    | Improve this Doc View Source

    GetDtcoAnalysisResultByDriverRequestAsync(DriverRequest[])

    Declaration
    public void GetDtcoAnalysisResultByDriverRequestAsync(DriverRequest[] driverRequests)
    Parameters
    Type Name Description
    DriverRequest[] driverRequests
    | Improve this Doc View Source

    GetDtcoAnalysisResultByDriverRequestAsync(DriverRequest[], Object)

    Declaration
    public void GetDtcoAnalysisResultByDriverRequestAsync(DriverRequest[] driverRequests, object userState)
    Parameters
    Type Name Description
    DriverRequest[] driverRequests
    System.Object userState
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivities(Int32[], Nullable<DateTime>)

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/GetDtcoAnalysisResultWithActivities", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DtcoAnalysisListResult GetDtcoAnalysisResultWithActivities(int[] driverIds, DateTime? lastRefresh)
    Parameters
    Type Name Description
    System.Int32[] driverIds
    System.Nullable<System.DateTime> lastRefresh
    Returns
    Type Description
    DtcoAnalysisListResult
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesAsync(Int32[], Nullable<DateTime>)

    Declaration
    public void GetDtcoAnalysisResultWithActivitiesAsync(int[] driverIds, DateTime? lastRefresh)
    Parameters
    Type Name Description
    System.Int32[] driverIds
    System.Nullable<System.DateTime> lastRefresh
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesAsync(Int32[], Nullable<DateTime>, Object)

    Declaration
    public void GetDtcoAnalysisResultWithActivitiesAsync(int[] driverIds, DateTime? lastRefresh, object userState)
    Parameters
    Type Name Description
    System.Int32[] driverIds
    System.Nullable<System.DateTime> lastRefresh
    System.Object userState
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesByDriverRequest(DriverRequest[])

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/GetDtcoAnalysisResultWithActivitiesByDriverRequest", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DtcoAnalysisListResult GetDtcoAnalysisResultWithActivitiesByDriverRequest(DriverRequest[] driverRequests)
    Parameters
    Type Name Description
    DriverRequest[] driverRequests
    Returns
    Type Description
    DtcoAnalysisListResult
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesByDriverRequestAsync(DriverRequest[])

    Declaration
    public void GetDtcoAnalysisResultWithActivitiesByDriverRequestAsync(DriverRequest[] driverRequests)
    Parameters
    Type Name Description
    DriverRequest[] driverRequests
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesByDriverRequestAsync(DriverRequest[], Object)

    Declaration
    public void GetDtcoAnalysisResultWithActivitiesByDriverRequestAsync(DriverRequest[] driverRequests, object userState)
    Parameters
    Type Name Description
    DriverRequest[] driverRequests
    System.Object userState
    | Improve this Doc View Source

    MaxDriversAllowed()

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/MaxDriversAllowed", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public int MaxDriversAllowed()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaxDriversAllowedAsync()

    Declaration
    public void MaxDriversAllowedAsync()
    | Improve this Doc View Source

    MaxDriversAllowedAsync(Object)

    Declaration
    public void MaxDriversAllowedAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState
    | Improve this Doc View Source

    MaxSecondsAccessAllowed()

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/MaxSecondsAccessAllowed", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public int MaxSecondsAccessAllowed()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaxSecondsAccessAllowedAsync()

    Declaration
    public void MaxSecondsAccessAllowedAsync()
    | Improve this Doc View Source

    MaxSecondsAccessAllowedAsync(Object)

    Declaration
    public void MaxSecondsAccessAllowedAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState
    | Improve this Doc View Source

    SelectDriverByExample(DriverExternal)

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/SelectDriverByExample", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public DriverExternalListResult SelectDriverByExample(DriverExternal driver)
    Parameters
    Type Name Description
    DriverExternal driver
    Returns
    Type Description
    DriverExternalListResult
    | Improve this Doc View Source

    SelectDriverByExampleAsync(DriverExternal)

    Declaration
    public void SelectDriverByExampleAsync(DriverExternal driver)
    Parameters
    Type Name Description
    DriverExternal driver
    | Improve this Doc View Source

    SelectDriverByExampleAsync(DriverExternal, Object)

    Declaration
    public void SelectDriverByExampleAsync(DriverExternal driver, object userState)
    Parameters
    Type Name Description
    DriverExternal driver
    System.Object userState
    | Improve this Doc View Source

    Version()

    Declaration
    [SoapDocumentMethod("http://ws.spedion.de/Version", RequestNamespace = "http://ws.spedion.de/", ResponseNamespace = "http://ws.spedion.de/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public string Version()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    VersionAsync()

    Declaration
    public void VersionAsync()
    | Improve this Doc View Source

    VersionAsync(Object)

    Declaration
    public void VersionAsync(object userState)
    Parameters
    Type Name Description
    System.Object userState

    Events

    | Improve this Doc View Source

    GetDtcoAnalysisResultByDriverRequestCompleted

    Declaration
    public event GetDtcoAnalysisResultByDriverRequestCompletedEventHandler GetDtcoAnalysisResultByDriverRequestCompleted
    Event Type
    Type Description
    GetDtcoAnalysisResultByDriverRequestCompletedEventHandler
    | Improve this Doc View Source

    GetDtcoAnalysisResultCompleted

    Declaration
    public event GetDtcoAnalysisResultCompletedEventHandler GetDtcoAnalysisResultCompleted
    Event Type
    Type Description
    GetDtcoAnalysisResultCompletedEventHandler
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesByDriverRequestCompleted

    Declaration
    public event GetDtcoAnalysisResultWithActivitiesByDriverRequestCompletedEventHandler GetDtcoAnalysisResultWithActivitiesByDriverRequestCompleted
    Event Type
    Type Description
    GetDtcoAnalysisResultWithActivitiesByDriverRequestCompletedEventHandler
    | Improve this Doc View Source

    GetDtcoAnalysisResultWithActivitiesCompleted

    Declaration
    public event GetDtcoAnalysisResultWithActivitiesCompletedEventHandler GetDtcoAnalysisResultWithActivitiesCompleted
    Event Type
    Type Description
    GetDtcoAnalysisResultWithActivitiesCompletedEventHandler
    | Improve this Doc View Source

    MaxDriversAllowedCompleted

    Declaration
    public event MaxDriversAllowedCompletedEventHandler MaxDriversAllowedCompleted
    Event Type
    Type Description
    MaxDriversAllowedCompletedEventHandler
    | Improve this Doc View Source

    MaxSecondsAccessAllowedCompleted

    Declaration
    public event MaxSecondsAccessAllowedCompletedEventHandler MaxSecondsAccessAllowedCompleted
    Event Type
    Type Description
    MaxSecondsAccessAllowedCompletedEventHandler
    | Improve this Doc View Source

    SelectDriverByExampleCompleted

    Declaration
    public event SelectDriverByExampleCompletedEventHandler SelectDriverByExampleCompleted
    Event Type
    Type Description
    SelectDriverByExampleCompletedEventHandler
    | Improve this Doc View Source

    VersionCompleted

    Declaration
    public event VersionCompletedEventHandler VersionCompleted
    Event Type
    Type Description
    VersionCompletedEventHandler

    Implements

    System.ComponentModel.IComponent
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx