PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class SKU_KitDetails

    Dados referentes aos artigos relacioandos (composição de artigo)

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

    Constructors

    SKU_KitDetails()

    Declaration
    public SKU_KitDetails()

    Properties

    Qty

    Obtém ou define a Quantidade

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

    SKUCodeDetail

    Obtém ou define o código do artigo

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