Search Results for

    Show / Hide Table of Contents

    Class ContainerLocation

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

    Properties

    | Improve this Doc View Source

    BeginDate

    Gets or sets the BeginDate

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

    BeginTime

    Gets or sets the EndDate

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

    City

    Gets or sets the City

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

    ContainerId

    Gets or sets the ContainerId

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

    Country

    Gets or sets the Country

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

    EndDate

    Gets or sets the EndDate

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

    EndTime

    Gets or sets the EndTime

    Declaration
    public TimeSpan EndTime { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    | 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 whether the location is deleted

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

    Latitude

    Gets or sets the Latitude

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

    Longitude

    Gets or sets the Longitude

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

    SourceReferenceGuid

    Gets or sets the Source of the location (mostly shipment items rn.)

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

    Street

    Gets or sets the Street

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

    Zipcode

    Gets or sets the Zipcode

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