PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBENaturezaIntervencao

    Classe que encapsula a natureza de intervenções técnicas.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBENaturezaIntervencao
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBENaturezaIntervencao
    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("50033028-F39D-4D9A-A9F7-54ECBDA4BB4A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBENaturezaIntervencao : RhpBaseBE, INotifyPropertyChanged, IRhpBENaturezaIntervencao

    Constructors

    RhpBENaturezaIntervencao()

    Declaration
    public RhpBENaturezaIntervencao()

    Properties

    Descricao

    Descrição da natureza da intervenção.

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

    EmModoEdicao

    Indica se se trata de uma nova natureza ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    Natureza

    Identificador da natureza.

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

    PosRelSHST

    Posição no Relatório SHST.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBENaturezaIntervencao