PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEDepartamento

    Classe que encapsula um Departamento.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEDepartamento
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDepartamento
    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("A3E5FC43-C15E-403F-97C5-0BBBC948362C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEDepartamento : RhpBaseBE, INotifyPropertyChanged, IRhpBEDepartamento

    Constructors

    RhpBEDepartamento()

    Declaration
    public RhpBEDepartamento()

    Properties

    Departamento

    Identificador do Departamento.

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

    Descricao

    Descrição do Departamento.

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

    EmModoEdicao

    Indica se se trata de um novo Departamento 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.IRhpBEDepartamento