PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CnoBEPagamentoConta

    Classe que contém a estrutura relativa às Deduções à Colecta.

    Inheritance
    System.Object
    CnoBaseBE
    CnoBEPagamentoConta
    Implements
    CnoBE100.ICnoBEPagamentoConta
    Inherited Members
    CnoBaseBE.AbvtApl
    Namespace: CnoBE100
    Assembly: CnoBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("52D8148C-9BB7-4486-A4E7-E698A54192B6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CnoBEPagamentoConta : CnoBaseBE, ICnoBEPagamentoConta

    Constructors

    CnoBEPagamentoConta()

    Declaration
    public CnoBEPagamentoConta()

    Properties

    Ano

    Deductions Year.

    Declaration
    public int Ano { get; set; }
    Property Value
    Type Description
    System.Int32

    CamposUtil

    Colecção dos campos de utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    NumGuia1

    Number of document of first payment.

    Declaration
    public string NumGuia1 { get; set; }
    Property Value
    Type Description
    System.String

    NumGuia2

    Number of document of second payment.

    Declaration
    public string NumGuia2 { get; set; }
    Property Value
    Type Description
    System.String

    NumGuia3

    Number of document of third payment.

    Declaration
    public string NumGuia3 { get; set; }
    Property Value
    Type Description
    System.String

    PagConta1

    Value of first payment.

    Declaration
    public double PagConta1 { get; set; }
    Property Value
    Type Description
    System.Double

    PagConta2

    Value of second payment.

    Declaration
    public double PagConta2 { get; set; }
    Property Value
    Type Description
    System.Double

    PagConta3

    Value of third payment.

    Declaration
    public double PagConta3 { get; set; }
    Property Value
    Type Description
    System.Double

    PagConta4

    Value of fourth payment.

    Declaration
    public double PagConta4 { get; set; }
    Property Value
    Type Description
    System.Double

    PagConta5

    Value of fifth payment.

    Declaration
    public double PagConta5 { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CnoBE100.ICnoBEPagamentoConta