PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBECategoriaFalta

    Classe que identifica uma falta que tem influência na progressão na carreira de uma Categoria.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBECategoriaFalta
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECategoriaFalta
    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("81B099B9-CB3F-45C0-B33E-CF1890001105")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBECategoriaFalta : RhpBaseBE, INotifyPropertyChanged, IRhpBECategoriaFalta

    Constructors

    RhpBECategoriaFalta()

    Declaration
    public RhpBECategoriaFalta()

    Properties

    Categoria

    Identificador da Categoria.

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

    EmModoEdicao

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

    Falta

    Código da Falta.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECategoriaFalta