Class RhpBEOutroAgente
Classe que encapsula um Outro Agente.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOutroAgente
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6762F815-BF35-49D4-85CE-35961B963957")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEOutroAgente : RhpBaseBE, INotifyPropertyChanged, IRhpBEOutroAgente
Constructors
RhpBEOutroAgente()
Declaration
public RhpBEOutroAgente()
Properties
Agente
Identificador do Agente.
Declaration
public string Agente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodSHST
Código SHST
Declaration
public string CodSHST { 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 |
Grupo
Grupo a qual pertence o agente.
Declaration
public string Grupo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOutroAgente