Search Results for

    Show / Hide Table of Contents

    Class CleaningPreOrder

    Represents a cleaning pre order.

    Inheritance
    System.Object
    CleaningPreOrder
    Namespace: Simplic.Logistics.Cleaning
    Assembly: Simplic.Logistics.Cleaning.dll
    Syntax
    public class CleaningPreOrder : IMultiTenantCompatible

    Constructors

    | Improve this Doc View Source

    CleaningPreOrder()

    Initializes a new instance of CleaningPreOrder.

    Declaration
    public CleaningPreOrder()

    Properties

    | Improve this Doc View Source

    BillingProductId

    Gets or sets the billing product.

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

    Chambers

    Gets or sets the chamber list.

    Declaration
    public IList<Chamber> Chambers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Chamber>
    | Improve this Doc View Source

    CleaningCode

    Gets or sets the cleaning code.

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

    CleaningDate

    Gets or sets cleaning date.

    Declaration
    public DateTime CleaningDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CleaningKanbanItemText

    Gets or sets the item text for the cleaning kanban.

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

    CleaningKanbanOrderIndex

    Gets or sets the sorting index for the cleaning kanban.

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

    CleaningListId

    Gets or sets the CleaningListId.

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

    CleaningProgram

    Gets or sets the cleaning program number.

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

    CleaningStationLaneName

    Gets or sets the name of the lane in which the cleaingorder shall be processed.

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

    ContactId

    Gets o sets the contact id.

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

    ContainerId

    Gets or sets the container id.

    References a Simplic.Logistics.Container.Container.

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

    Contract

    Gets or sets the contract.

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

    CreateDateTime

    Gets or sets the CreateDateTime.

    Declaration
    public DateTime CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CreateUserId

    Gets or sets the CreateUserId.

    Declaration
    public int CreateUserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CustomEndDateTime

    Gets or sets the custom end date time.

    Declaration
    public DateTime CustomEndDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CustomerId

    Gets or sets the CustomerId

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

    CustomerProcedureId

    Gets or sets the customer procedure id.

    The id references a CleaningProcedure.

    This is meant to be set when the customer has specific requests for cleaning procedures.

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

    CustomerReferenceNumber

    Gets or sets the customer reference number.

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

    CustomStartDateTime

    Gets or sets the custom start date time.

    Declaration
    public DateTime CustomStartDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DriverName

    Gets or sets the driver name.

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

    ExternConatinerNumber

    Gets or sets the number of the extern container.

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

    Guid

    Gets or sets the Guid.

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

    IsSend

    Gets or sets whether the CleaningPreOrder is send.

    Declaration
    public bool IsSend { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NextProduct

    Gets or sets the next product.

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

    NextProductId

    Gets or sets the next product to load.

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

    NextShipmentId

    Gets or sets the id of the next shipment.

    References a Simplic.PlugIn.Logistics.Shipment.

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

    OrderDocumentId

    Gets or sets the order document id.

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

    PreviousShipmentId

    Gets or sets the id of the previous shipment;

    References a Simplic.PlugIn.Logistics.Shipment.

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

    ProcedureId

    Gets or sets the procedure id.

    The id references a CleaningProcedure.

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

    Remark

    Gets or sets the order remark.

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

    SelectedTenant

    Gets or sets the selected tenant.

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

    Status

    Gets or sets the order status.

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

    StatusId

    Gets or sets the status id

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

    TenantId

    Gets or sets the current tenant id.

    Declaration
    public Guid TenantId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Tenants

    Gets or sets a list of available tenants.

    Declaration
    public ObservableCollection<OrganizationTenant> Tenants { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<OrganizationTenant>
    | Improve this Doc View Source

    TourNr

    Gets or sets the TourNr.

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

    TractorUnitId

    Gets or sets the TractorUnitId.

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

    TractorUnitRegistrationIdentifier

    Gets or sets the TractorUnitRegistrationIdentifier.

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

    TrailerId

    Gets or sets the TrailerId.

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

    TrailerRegistrationIdentifier

    Gets or sets the TrailerRegistrationIdentifier.

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

    TrailerType

    Gets or sets the type of the trailer.

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

    TransactionId

    Gets or sets the assigned transaction id

    Declaration
    public Guid TransactionId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Type

    Gets or sets the Type.

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

    UpdateDateTime

    Gets or sets the UpdateDateTime.

    Declaration
    public DateTime UpdateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    UpdateUserId

    Gets or sets the UpdateUserId.

    Declaration
    public int UpdateUserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Values

    Gets the available values.

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