Class BasBEMoradaAlternativa
Classe que identifica uma Morada Alternativa.
Implements
BasBE100.IBasBEMoradaAlternativa
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: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("42b19c9e-ed2b-4203-b817-c6cfdbd9ac1f")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEMoradaAlternativa : BasBaseBE, IBasBEMoradaAlternativa
Constructors
BasBEMoradaAlternativa()
Declaration
public BasBEMoradaAlternativa()
Properties
CamposUtil
Campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoLocal
Declaration
public string CodigoLocal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoPostal
Código postal.
Declaration
public string CodigoPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Distrito
Distrito.
Declaration
public string Distrito { get; set; }
Property Value
Type | Description |
---|---|
System.String |
eGAR_CodigoAPA
Propriedade que identifica o Código APA (e-GAR)
Declaration
public string eGAR_CodigoAPA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
eGAR_Isenta
Declaration
public bool eGAR_Isenta { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
eGAR_NumPGL
Número PGL eGAR.
Declaration
public string eGAR_NumPGL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
eGAR_TipoProdutor
Tipo Produtor eGAR
Declaration
public string eGAR_TipoProdutor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo se encontra em modo de edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Código da Entidade.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fax
Número de Fax.
Declaration
public string Fax { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Localidade
Localidade.
Declaration
public string Localidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalidadeCodigoPostal
Código postal da localidade.
Declaration
public string LocalidadeCodigoPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Morada
Morada (1ªLinha).
Declaration
public string Morada { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Morada2
Morada (2ªLinha).
Declaration
public string Morada2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoradaAlternativa
Código da morada alternativa.
Declaration
public string MoradaAlternativa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoradaEntrega
Indica se é uma morada de entrega.
Declaration
public bool MoradaEntrega { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MoradaFacturacao
Indica se é uma morada de facturação.
Declaration
public bool MoradaFacturacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MoradaPorDefeito
Indica se é a morada alternativa por defeito do cliente.
Declaration
public bool MoradaPorDefeito { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Pais
Código do País.
Declaration
public string Pais { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telefone
Número de Telefone.
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo entidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoRemetente
Tipo de Remetente.
Declaration
public string TipoRemetente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEMoradaAlternativa