PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class SKU_BarCode

    Dados referentes aos códigos de barras

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

    Constructors

    SKU_BarCode()

    Declaration
    public SKU_BarCode()

    Properties

    Barcode

    Obtém ou define o código de barras

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

    BarCodeType

    Obtém ou define o tipo de código de barras

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

    SKUQty

    Obtém ou define a quantidade

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

    UnitFormatCode

    Obtém ou define o código do formato

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

    UnitFormatCodeDescription

    Obtém ou define a descrição do formato

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