Class BasBELinhaComunicacaoBancos
Implements
BasBE100.IBasBELinhaComunicacaoBancos
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("1def5548-be07-4c5f-9d92-ccf551200673")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBELinhaComunicacaoBancos : BasBaseBE, IBasBELinhaComunicacaoBancos
Constructors
BasBELinhaComunicacaoBancos()
Declaration
public BasBELinhaComunicacaoBancos()
Properties
CamposUtil
Devolve a colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ClassifEstatistica
Código da Classificação Estatística
Declaration
public string ClassifEstatistica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaBancaria
Conta Bancária
Declaration
public string ContaBancaria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntidadeAtivo
Entidade do Activo ou Contraparte
Declaration
public string EntidadeAtivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador da linha
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NPCSegundoInterv
NPC do Segundo Interveniente
Declaration
public string NPCSegundoInterv { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaisAtivoFinanceiro
País da Entidade do Activo Financeiro
Declaration
public string PaisAtivoFinanceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaisContraparte
País da Entidade ou Contraparte
Declaration
public string PaisContraparte { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoConta
Tipo de Conta
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor a reportar
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBELinhaComunicacaoBancos