PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIntervencaoMedida

    Classe que encapsula as medidas de uma intervenção técnicas

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIntervencaoMedida
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIntervencaoMedida
    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("9EC18370-9117-47FF-ADC3-0EA19F46011D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIntervencaoMedida : RhpBaseBE, INotifyPropertyChanged, IRhpBEIntervencaoMedida

    Constructors

    RhpBEIntervencaoMedida()

    Declaration
    public RhpBEIntervencaoMedida()

    Properties

    Adequada

    Indica se a Medida aplicada foi adequada.

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

    EmModoEdicao

    Indica se se trata de uma novo registo a adicionar ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova

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

    HomensBeneficiados

    Numero de homens beneficiados com a intervenção.

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

    Intervencao

    Identificador único do CustoCurso.

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

    Medida

    Identificador da Medida aplicada.

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

    MulheresBeneficiadas

    Numero de mulheres beneficiados com a intervenção.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIntervencaoMedida