Class BasBEPrestacao
Classe que identifica uma Prestação.
Implements
BasBE100.IBasBEPrestacao
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("7f8e5059-217b-4066-84ae-dc0fcf899ddd")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEPrestacao : BasBaseBE, IBasBEPrestacao
Constructors
BasBEPrestacao()
Declaration
public BasBEPrestacao()
Properties
CamposUtil
Devolve a Colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; }
Property Value
Type | Description |
---|---|
StdBECampos |
DataVenc
Data de vencimento.
Declaration
public DateTime DataVenc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Identificador da Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo está em modo de edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdLinhaOrigem
Id Linha do Documento Venda / Compra.
Declaration
public string IdLinhaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumPrestacao
Número da prestação.
Declaration
public int NumPrestacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoLinha
Tipo de linha.
Declaration
public string TipoLinha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalRetencao
Total da Retenção na Fonte.
Declaration
public double TotalRetencao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalRetencaoGarantia
Total da Retenção de Garantia.
Declaration
public double TotalRetencaoGarantia { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Valor
Valor da prestação.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEPrestacao