Class RhpBEConfiguracaoBNC
Classe que permite identificar o objecto que conterá a configuração da ligação a Bancos.
Implements
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("F0654DC7-D4EF-4FCA-8C1A-2B807540854B")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEConfiguracaoBNC : RhpBaseBE, INotifyPropertyChanged, IRhpBEConfiguracaoBNC
Constructors
RhpBEConfiguracaoBNC()
Declaration
public RhpBEConfiguracaoBNC()
Properties
EmModoEdicao
Indica se se trata de uma nova linha de configuração da ligação a bancos ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InserirDescFuncionario
Indica que se deve utilizar designação do funcionário nas observações do movimento.
Declaration
public bool InserirDescFuncionario { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MovimChequeMoedaAlt
Tipo de movimento a usar nos pagamentos por cheque quando na moeda alternativa.
Declaration
public string MovimChequeMoedaAlt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimChequeMoedaBase
Tipo de movimento a usar nos pagamentos por cheque quando na moeda base.
Declaration
public string MovimChequeMoedaBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimDinheiroMoedaAlt
Tipo de movimento a usar nos pagamentos por dinheiro quando na moeda alternativa.
Declaration
public string MovimDinheiroMoedaAlt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimDinheiroMoedaBase
Tipo de movimento a usar nos pagamentos por dinheiro quando na moeda base.
Declaration
public string MovimDinheiroMoedaBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimTransfMoedaAlt
Tipo de movimento a usar nos pagamentos por transferência quando na moeda alternativa.
Declaration
public string MovimTransfMoedaAlt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimTransfMoedaBase
Tipo de movimento a usar nos pagamentos por transferência quando na moeda base.
Declaration
public string MovimTransfMoedaBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaCapitais
Rúbrica do movimento referente aos capitais.
Declaration
public string RubricaCapitais { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaComissoes
Rúbrica do movimento referente às comissões.
Declaration
public string RubricaComissoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaDependentes
Rúbrica do movimento dos vencimentos dos funcionários.
Declaration
public string RubricaDependentes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaIndependentes
Rúbrica do movimento dos honorários dos independentes.
Declaration
public string RubricaIndependentes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaMaisValias
Rúbrica do movimento referente às mais valias.
Declaration
public string RubricaMaisValias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaPensoes
Rúbrica do movimento referente às pensões.
Declaration
public string RubricaPensoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaPrediais
Rúbrica do movimento referente aos prediais.
Declaration
public string RubricaPrediais { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RubricaRetensao
Rúbrica do movimento referente à retenção de IRC.
Declaration
public string RubricaRetensao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SerieDocumento
Série do Documento.
Declaration
public string SerieDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDocumento
Identificador do Documento.
Declaration
public string TipoDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransferenciaBancaria
Indica se o movimento é de transferência bancária.
Declaration
public byte TransferenciaBancaria { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
Finalize()
Declaration
protected override void Finalize()