PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ContainerRequest

    Classe para obtr dados ou registar movimentos numa Unidade Agregadora

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

    Constructors

    ContainerRequest()

    Declaration
    public ContainerRequest()

    Properties

    BatchCode

    Obtém ou define o código da Empresa do ERP

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

    ContainerCode

    Obtém ou define o código da Empresa do ERP

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

    ERPCompany

    Obtém ou define o código da Empresa do ERP

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

    FinalDate

    Obtém ou define o código da Empresa do ERP

    Declaration
    public DateTime FinalDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    InitialDate

    Obtém ou define o código da Empresa do ERP

    Declaration
    public DateTime InitialDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    OnlyLogicalGroupChanges

    Obtém ou define o código da Empresa do ERP

    Declaration
    public bool OnlyLogicalGroupChanges { get; set; }
    Property Value
    Type Description
    System.Boolean

    OnlyPhysicalGroupChanges

    Obtém ou define o código da Empresa do ERP

    Declaration
    public bool OnlyPhysicalGroupChanges { get; set; }
    Property Value
    Type Description
    System.Boolean

    Qty

    Obtém ou define o código da Empresa do ERP

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

    SKUCode

    Obtém ou define o código da Empresa do ERP

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

    ValidityDate

    Obtém ou define o código da Empresa do ERP

    Declaration
    public DateTime ValidityDate { get; set; }
    Property Value
    Type Description
    System.DateTime