PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEEscala

    Classe que indica uma Escala classificativa a ser usada na estrutura organizacional da empresa.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEEscala
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEEscala
    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("D4F45145-3792-4078-B080-85CD9677CC56")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEEscala : RhpBaseBE, INotifyPropertyChanged, IRhpBEEscala

    Constructors

    RhpBEEscala()

    Declaration
    public RhpBEEscala()

    Properties

    Descricao

    Descrição da Escala Classificativa.

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

    EmModoEdicao

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

    Escala

    Identificador da Escala Classificativa.

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

    Tipo

    Tipo de Escala Classificativa. Tipo = 1 Escala Numérica, Tipo = 2 Escala Descritiva.

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

    ValorMaximo

    Valor máximo da Escala Classificativa.

    Declaration
    public double ValorMaximo { get; set; }
    Property Value
    Type Description
    System.Double

    ValorMinimo

    Valor mínimo da Escala Classificativa.

    Declaration
    public double ValorMinimo { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEEscala