PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEMedidaSHST

    Classe que encapsula uma Medida SHST.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEMedidaSHST
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMedidaSHST
    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("67D8F836-9AC1-4665-ABB8-20A7450EF015")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEMedidaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEMedidaSHST

    Constructors

    RhpBEMedidaSHST()

    Declaration
    public RhpBEMedidaSHST()

    Properties

    Descricao

    Descrição da Medida SHST.

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

    EmModoEdicao

    Indica se se trata de uma nova Medida SHST 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

    Medida

    Identificador da Medida.

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

    Natureza

    Natureza de Medida SHST.

    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.IRhpBEMedidaSHST