Class BasBEContaBancariaTerc
Classe que identifica uma Conta Bancária de Terceiros.
Implements
BasBE100.IBasBEContaBancariaTerc
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("99ee0e4a-56f8-41ff-8137-2b06622fcdff")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEContaBancariaTerc : BasBaseBE, IBasBEContaBancariaTerc
Constructors
BasBEContaBancariaTerc()
Declaration
public BasBEContaBancariaTerc()
Properties
Balcao
Balcão.
Declaration
public string Balcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Banco
Banco.
Declaration
public string Banco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BIC
BIC.
Declaration
public string BIC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Conta
Código da conta bancária.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Default
Indica se é a conta por defeito da entidade.
Declaration
public bool Default { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
IBAN
IBAN.
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NIB
NIB.
Declaration
public string NIB { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumConta
Conta bancária.
Declaration
public string NumConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SWIFT
SWIFT.
Declaration
public string SWIFT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo entidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEContaBancariaTerc