PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class SKU_Class

    Dados referentes às classes

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

    Constructors

    SKU_Class()

    Declaration
    public SKU_Class()

    Properties

    Code

    Obtém ou define o código da Classe

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

    Name

    Obtém ou define o nome da Classe

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