Search Results for

    Show / Hide Table of Contents

    Class ContactOverviewViewModel

    ViewModel for the contact overview tab.

    Inheritance
    System.Object
    ContactOverviewViewModel
    Namespace: Simplic.PlugIn.Logistics.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ContactOverviewViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    ContactOverviewViewModel(TelematicWorkflowContactConfiguration, ContactCleaningInformation)

    Initializes a new instance of ContactOverviewViewModel.

    Declaration
    public ContactOverviewViewModel(TelematicWorkflowContactConfiguration telematicWorkflowContactConfiguration, ContactCleaningInformation contactCleaingInformation)
    Parameters
    Type Name Description
    TelematicWorkflowContactConfiguration telematicWorkflowContactConfiguration

    An instance of TelematicWorkflowContactConfiguration.

    ContactCleaningInformation contactCleaingInformation

    An instance of ContactCleaningInformation.

    Properties

    | Improve this Doc View Source

    ContactCleaningInformation

    Gets the contact cleaning station information.

    Declaration
    public ContactCleaningInformation ContactCleaningInformation { get; }
    Property Value
    Type Description
    ContactCleaningInformation
    | Improve this Doc View Source

    ContactId

    Gets or sets the ContactId

    Declaration
    public long ContactId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    CustomerProcedureId

    Gets or sets the customer procedure id.

    The id references a CleaningProcedure.

    Declaration
    public Guid? CustomerProcedureId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TelematicLoadWorkflowId

    Gets or sets the TelematicLoadWorkflowId

    Declaration
    public Guid? TelematicLoadWorkflowId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TelematicUnloadWorkflowId

    Gets or sets the TelematicWorkflowId

    Declaration
    public Guid? TelematicUnloadWorkflowId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TelematicWorkflowContactConfiguration

    Gets the TelematicWorkflowContactConfiguration

    Declaration
    public TelematicWorkflowContactConfiguration TelematicWorkflowContactConfiguration { get; }
    Property Value
    Type Description
    TelematicWorkflowContactConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx