Class RhpBEAgenteFisico
Classe que encapsula um Agente Fisico.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAgenteFisico
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("B5124FCB-7297-46D2-BB2E-86FD1EE182E0")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAgenteFisico : RhpBaseBE, INotifyPropertyChanged, IRhpBEAgenteFisico
Constructors
RhpBEAgenteFisico()
Declaration
public RhpBEAgenteFisico()
Properties
Agente
Identificador do Agente.
Declaration
public string Agente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoRelSHST
Codigo no Relatório SHST
Declaration
public string CodigoRelSHST { 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 |
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 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAgenteFisico