PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBENivelCertificSHST

    Classe que encapsula um nível de certificação dos técnicos SHST

    Inheritance
    System.Object
    RhpBaseBE
    RhpBENivelCertificSHST
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBENivelCertificSHST
    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("E0E6C979-85F7-4EF5-94DC-079C730890E6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBENivelCertificSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBENivelCertificSHST

    Constructors

    RhpBENivelCertificSHST()

    Declaration
    public RhpBENivelCertificSHST()

    Properties

    Certificacao

    Identificador do nível de certificação.

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

    CodRelSHST

    Posição no Relatório SHST.

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

    Descricao

    Descrição do nível de certificação.

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

    EmModoEdicao

    Indica se se trata de um novo nível de certificação 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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBENivelCertificSHST