PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class EntityAddress

    Classe para conter os dados das moradas alternativas

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

    Constructors

    EntityAddress()

    Declaration
    public EntityAddress()

    Properties

    AddressCode

    Obtém ou define o código da morada alternativa

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

    AddressLine1

    Obtém ou define a morada

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

    AddressLine2

    Obtém ou define a morada

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

    AddressLine3

    Obtém ou define a morada

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

    AddressLine4

    Obtém ou define a morada

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

    Contact

    Obtém ou define o contacto

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

    CountryCode

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

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

    Email

    Obtém ou define o email

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

    Fax

    Obtém ou define o fax

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

    FridayDelivery

    Obtém ou define se tem entrega à Sexta-Feira

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

    MondayDelivery

    Obtém ou define se tem entrega à Segunda-Feira

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

    Name

    Obtém ou define o nome da morada alternativa

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

    Route

    Obtém ou define a rota

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

    SaturdayDelivery

    Obtém ou define se tem entrega ao Sábado

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

    SundayDelivery

    Obtém ou define se tem entrega ao Domingo

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

    Tel

    Obtém ou define o telefone

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

    ThursdayDelivery

    Obtém ou define se tem entrega à Quinta-Feira

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

    TuesdayDelivery

    Obtém ou define se tem entrega à Terça-Feira

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

    WednesdayDelivery

    Obtém ou define se tem entrega à Quarta-Feira

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