PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIntervencaoTecnica

    Classe que encapsula as técnicas aplicadas numa intervenção técnica

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIntervencaoTecnica
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIntervencaoTecnica
    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("3E42339E-49CF-4328-810E-EE6E4AA73DAA")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIntervencaoTecnica : RhpBaseBE, INotifyPropertyChanged, IRhpBEIntervencaoTecnica

    Constructors

    RhpBEIntervencaoTecnica()

    Declaration
    public RhpBEIntervencaoTecnica()

    Properties

    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

    Intervencao

    Identificador único do CustoCurso.

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

    Tecnica

    Identificador da técnica aplicada.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIntervencaoTecnica