Class CctBEPendentePlanoPagamentos
Esta classe permite identificar um pendente gerado por um plano de pagamentos.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("5134AE38-8C8B-4D77-B7D8-C4CC047CDCD5")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBEPendentePlanoPagamentos : CctBaseBE
Constructors
CctBEPendentePlanoPagamentos()
Declaration
public CctBEPendentePlanoPagamentos()
Properties
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
EmModoEdicao
Indica se o registo se encontra em modo de Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Estado
Estado do pendente.
Declaration
public string Estado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoBE
Estado do objecto
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filial
Filial do pendente.
Declaration
public string Filial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador do registo.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocumento
Identificador do pendente.
Declaration
public string IdDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdHistorico
Identificador de histórico do pendente.
Declaration
public string IdHistorico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdPlano
Identificador do plano de pagamentos.
Declaration
public string IdPlano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Modulo
Modulo do pendente.
Declaration
public string Modulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDoc
Número de documento do pendente.
Declaration
public int NumDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPagamento
Número de pagamento em que o pendente está inserido.
Declaration
public int NumPagamento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPrestacao
Número de prestação do pendente.
Declaration
public int NumPrestacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPrestacaoAnt
Número de prestação do pendente anterior à criação do plano actual.
Declaration
public int NumPrestacaoAnt { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumTransferencia
Número de transferência do pendente.
Declaration
public int NumTransferencia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumTransferenciaAnt
Número de transferência do pendente anterior à criação do plano actual.
Declaration
public int NumTransferenciaAnt { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Serie
Série do pendente.
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoConta
Tipo de conta do pendente.
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipodoc
Tipo de documento do pendente.
Declaration
public string Tipodoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorPendente
Valor por liquidar no pendente.
Declaration
public double ValorPendente { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorTotal
Valor total do pendente.
Declaration
public double ValorTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()