Class CctBEDocPlanoPagamentos
Esta classe permite identificar um documento associado a um plano de prestações.
Inheritance
System.Object
CctBEDocPlanoPagamentos
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("61A7DAB8-C4F2-405B-927E-88A405E879C8")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBEDocPlanoPagamentos : CctBaseBE
Constructors
CctBEDocPlanoPagamentos()
Declaration
public CctBEDocPlanoPagamentos()
Properties
CamposUtil
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
DataPrevTes
Declaration
public DateTime DataPrevTes { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DataVenc
Declaration
public DateTime DataVenc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
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
Declaration
public string Entidade { get; set; }
Property Value
Type |
Description |
System.String |
|
Estado
Declaration
public string Estado { get; set; }
Property Value
Type |
Description |
System.String |
|
EstadoBE
Declaration
public string EstadoBE { get; set; }
Property Value
Type |
Description |
System.String |
|
Filial
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
Declaration
public string IdDocumento { get; set; }
Property Value
Type |
Description |
System.String |
|
IdHistorico
Declaration
public string IdHistorico { get; set; }
Property Value
Type |
Description |
System.String |
|
IdPlano
Declaration
public string IdPlano { get; set; }
Property Value
Type |
Description |
System.String |
|
IdPlanoAnt
Declaration
public string IdPlanoAnt { get; set; }
Property Value
Type |
Description |
System.String |
|
ModoPag
Declaration
public string ModoPag { get; set; }
Property Value
Type |
Description |
System.String |
|
Modulo
Declaration
public string Modulo { get; set; }
Property Value
Type |
Description |
System.String |
|
Moeda
Declaration
public string Moeda { get; set; }
Property Value
Type |
Description |
System.String |
|
NumDoc
Declaration
public int NumDoc { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumPagamentoAnt
Declaration
public int? NumPagamentoAnt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumPrestacao
Declaration
public int NumPrestacao { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumTransferencia
Declaration
public int NumTransferencia { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Serie
Declaration
public string Serie { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoConta
Declaration
public string TipoConta { get; set; }
Property Value
Type |
Description |
System.String |
|
Tipodoc
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 |
|
ValorPendente
Declaration
public double ValorPendente { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValorTotal
Declaration
public double ValorTotal { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Finalize()
Declaration
protected override void Finalize()