PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class WarehouseRequest

    Classe para efetuar acções sobre armazéns

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

    Constructors

    WarehouseRequest()

    Declaration
    public WarehouseRequest()

    Properties

    Address1

    Obtém ou define a morada

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

    Address2

    Obtém ou define a morada

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

    City

    Obtém ou define a cidade

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

    Country

    Obtém ou define o código do país

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

    District

    Obtém ou define o distrito

    Declaration
    public string District { 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

    OldWarehouseCode

    Obtém ou define o código antigo do armazém

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

    PostalCode

    Obtém ou define o código postal

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

    PostalCodePlace

    Obtém ou define a localidade

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

    WarehouseCode

    Obtém ou define o código do armazém

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

    WarehouseName

    Obtém ou define o nome do armazém

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