PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class SKU_PerContainer

    Dados referentes às convresões entre formatos de armazenamento

    Inheritance
    System.Object
    SKU_PerContainer
    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: GlobalSist.Server.WMS.WCF.Request
    Assembly: GlobalSist.Server.WMS.dll
    Syntax
    public class SKU_PerContainer

    Constructors

    SKU_PerContainer()

    Declaration
    public SKU_PerContainer()

    Properties

    ContainerFormatCode

    Obtém ou define o código do formato

    Declaration
    public string ContainerFormatCode { get; set; }
    Property Value
    Type Description
    System.String

    QtBase

    Obtém ou define a quantidade no formato base, da base do formato

    Declaration
    public decimal QtBase { get; set; }
    Property Value
    Type Description
    System.Decimal

    QtHeight

    Obtém ou define a quantidade no formato base em altura

    Declaration
    public decimal QtHeight { get; set; }
    Property Value
    Type Description
    System.Decimal

    QtTotal

    Obtém ou define a quantidade no formato base

    Declaration
    public decimal QtTotal { get; set; }
    Property Value
    Type Description
    System.Decimal