Search Results for

    Show / Hide Table of Contents

    Class ScheduleShipmentModel

    Represents the model that contains the data to schedule a shipment

    Inheritance
    System.Object
    ScheduleShipmentModel
    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.Logistics.Planning
    Assembly: Simplic.Logistics.Planning.dll
    Syntax
    public class ScheduleShipmentModel

    Properties

    | Improve this Doc View Source

    AppointmentId

    Gets or sets the appointment id

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

    CustomText

    Gets or sets the custom text

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

    EndDate

    Gets or sets the end date

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

    LockingType

    Gets or sets the locking-type of the appointment

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

    ResourceId

    Gets or sets the resource id

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

    Shipments

    Gets or sets the shipments

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

    StartDate

    Gets or sets the start date

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

    TourType

    Gets or sets the tour type

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