PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEAgenteQuimico

    Classe que encapsula um Agente Quimico.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEAgenteQuimico
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAgenteQuimico
    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("F249B5CF-7944-465E-8AD2-09A9BD958E07")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEAgenteQuimico : RhpBaseBE, INotifyPropertyChanged, IRhpBEAgenteQuimico

    Constructors

    RhpBEAgenteQuimico()

    Declaration
    public RhpBEAgenteQuimico()

    Properties

    Agente

    Identificador do Agente.

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

    Descricao

    Descrição do Agente.

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

    EINECS

    Codigo EINECS

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

    EmModoEdicao

    Indica se se trata de um novo Agente 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

    NumeroOrdem

    Número de Ordem do Agente Quimico

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAgenteQuimico