Search Results for

    Show / Hide Table of Contents

    Class Shipment

    Represents the model to create a shipment

    Inheritance
    System.Object
    Shipment
    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 Shipment

    Properties

    | Improve this Doc View Source

    BottomText

    Gets or sets a bottom text.

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

    CenterText

    Gets or sets center text.

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

    CleaningProcedureId

    Gets or sets a cleaning procedure id.

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

    CleaningStationId

    Gets or sets a cleaning station id.

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

    CleaningTime

    Gets or sets a cleaning time.

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

    ContainerId

    Gets or sets a container id.

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

    DisplayText

    Gets or sets the display text

    Declaration
    public string DisplayText { 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

    Guid

    Gets or sets the guid

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

    IsDeleted

    Gets or sets if this object is deleted.

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

    IsPlanned

    Gets or sets if the shipment is planned

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

    OrderId

    Gets or sets the placement of the shipment

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

    SenderAddressName

    Gets or sets the sender address name.

    Declaration
    public string SenderAddressName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    StatusId

    Gets or sets status id

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

    TopText

    Gets or sets a text that is located on top.

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

    TransportOrderDisplayText

    Gets or sets the transport order display text

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