Search Results for

    Show / Hide Table of Contents

    Class Container

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

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the contact Id

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

    ContainerNumber

    Gets or sets the ContainerNumber

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

    EmptyWeight

    Gets or sets the empty weight

    Declaration
    public float EmptyWeight { get; set; }
    Property Value
    Type Description
    System.Single
    | 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

    Height

    Gets or sets the Height

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

    Length

    Gets or sets the Length

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

    SequenceNumber

    Gets or sets the SequenceNumber

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

    Status

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

    StatusId

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

    Type

    Gets or sets the Type

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

    TypeId

    Gets or sets the TypeId

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

    Volume

    Gets or sets the Volume

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

    Width

    Gets or sets the Width

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