PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEDeclaracaoCVDepMod111

    Classe que contém todas as propriedades que definem os Dependentes da Declaração Mod. 111 de Cabo Verde.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEDeclaracaoCVDepMod111
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDeclaracaoCVDepMod111
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("105D9053-77CC-4B50-A6DD-9E7B0BB29920")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEDeclaracaoCVDepMod111 : RhpBaseBE, INotifyPropertyChanged, IRhpBEDeclaracaoCVDepMod111

    Constructors

    RhpBEDeclaracaoCVDepMod111()

    Declaration
    public RhpBEDeclaracaoCVDepMod111()

    Properties

    Ano

    Indica o ano a que respeita a declaração

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

    Codigo

    Indica o código da declaração

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

    DataNascimento

    Indica a data nascimento do dependente

    Declaration
    public DateTime DataNascimento { get; set; }
    Property Value
    Type Description
    System.DateTime

    EmModoEdicao

    Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.

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

    IDLinha

    Indica o identificador único da linha

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

    NDocumentoID

    Indica o identificador da declaração

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

    Nome

    Indica o nome do dependente

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

    TipoColaborador

    Indica o tipo de colaborador

    Declaration
    public byte TipoColaborador { get; set; }
    Property Value
    Type Description
    System.Byte

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDeclaracaoCVDepMod111