Class RhpBELancarPendente
Classe utilizada para o Lançamento de Pendentes.
Inheritance
System.Object
RhpBELancarPendente
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELancarPendente
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("22817522-9321-4B92-A4B8-BB607F7C70A1")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBELancarPendente : RhpBaseBE, INotifyPropertyChanged, IRhpBELancarPendente
Constructors
RhpBELancarPendente()
Declaration
public RhpBELancarPendente()
Properties
AgrupaEntidade
Agrupa o lançamento por Entidade
Declaration
public bool AgrupaEntidade { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CambioMAlt
Valor do Cambio da Moeda alternativa para a Moeda de referência.
Declaration
public double CambioMAlt { get; set; }
Property Value
Type |
Description |
System.Double |
|
CambioMBase
Valor do Cambio da Moeda base para a Moeda de referência.
Declaration
public double CambioMBase { get; set; }
Property Value
Type |
Description |
System.Double |
|
CambioMInt
Valor do Cambio da Moeda de Introdução para a Moeda de referência.
Declaration
public double CambioMInt { get; set; }
Property Value
Type |
Description |
System.Double |
|
ChaveCGA
Chave externa da tabela 'QuadroCGA'
Declaration
public string ChaveCGA { get; set; }
Property Value
Type |
Description |
System.String |
|
ChaveSS
Chave externa da tabela 'CadastroSegSocial'
Declaration
public int ChaveSS { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ContaCBL
Conta respectiva da Contabilidade
Declaration
public string ContaCBL { get; set; }
Property Value
Type |
Description |
System.String |
|
ContaDomiciliacao
Conta de domiciliação para pagamento.
Declaration
public string ContaDomiciliacao { get; set; }
Property Value
Type |
Description |
System.String |
|
DataDocumento
Data do Documento calculada.
Declaration
public DateTime DataDocumento { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DataVencimento
Data de Vencimento calculada.
Declaration
public DateTime DataVencimento { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Entidade
Entidade para a qual erá ser gerado o pendente.
Declaration
public string Entidade { get; set; }
Property Value
Type |
Description |
System.String |
|
Funcionario
Código do Funcionário quando é a entidade do pendente
Declaration
public string Funcionario { get; set; }
Property Value
Type |
Description |
System.String |
|
FuncSemNumCGA
Indica se é um funcionário sem nº de subscritor.
Declaration
public bool FuncSemNumCGA { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GrupoDoPendente
Irá conter o grupo do Pendente que já foi lançado.
Declaration
public int GrupoDoPendente { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IDFolhaVencimento
Identificador da Folha de vencimento.
Declaration
public int IDFolhaVencimento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IDGrupoDoPendente
Declaration
public string IDGrupoDoPendente { get; set; }
Property Value
Type |
Description |
System.String |
|
IdLinhasFolhaVenc
Declaration
public List<int> IdLinhasFolhaVenc { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IDProcessoDivida
IDProcessoDivida do processo de dívida
Declaration
public string IDProcessoDivida { get; set; }
Property Value
Type |
Description |
System.String |
|
IdTC1
Identificador do Modelo TC1 a Lançar nas contas correntes
Declaration
public string IdTC1 { get; set; }
Property Value
Type |
Description |
System.String |
|
ModoPagamento
Declaration
public string ModoPagamento { get; set; }
Property Value
Type |
Description |
System.String |
|
Moeda
Moeda em que foi lançado o Pendente
Declaration
public string Moeda { get; set; }
Property Value
Type |
Description |
System.String |
|
NumFolhaVencimento
Número da folha de Vencimento.
Declaration
public int NumFolhaVencimento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumProcFunc
Número de processamento dos Movimentos de Funcionários.
Declaration
public int NumProcFunc { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumProcIndep
Número de processamento dos Movimentos dos Independentes.
Declaration
public int NumProcIndep { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Observacoes
Observações do lançamento
Declaration
public string Observacoes { get; set; }
Property Value
Type |
Description |
System.String |
|
Terceiro
Declaration
public string Terceiro { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoDoc
Tipo de documento associado ao pendente.
Declaration
public string TipoDoc { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoEntidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type |
Description |
System.String |
|
TiposTabelaFolhaVenc
Declaration
public List<int> TiposTabelaFolhaVenc { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TipoTerceiro
Tipo de Terceiro do Pendente.
Declaration
public int TipoTerceiro { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ValorPendente
Valor a Lançar para o Pendente.
Declaration
public double ValorPendente { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELancarPendente