Class RhpBEAuditoria
Classe que encapsula o registo de uma auditoria
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAuditoria
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("78B0204E-27DD-470B-9612-8942C1DB1517")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAuditoria : RhpBaseBE, INotifyPropertyChanged, IRhpBEAuditoria
Constructors
RhpBEAuditoria()
Declaration
public RhpBEAuditoria()
Properties
Auditoria
Identificador único da Auditoria.
Declaration
public string Auditoria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Custo
Custo da auditoria.
Declaration
public double Custo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Data
Data de auditoria.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EmModoEdicao
Indica se se trata de uma novo registo a adicionar 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 |
Estabelecimento
Estabelecimento onde foi realizada a auditoria.
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fornecedor
Fornecedor responsável pela auditoria.
Declaration
public string Fornecedor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Observacoes relativas à auditoria.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PosCustosBalSoc
Posição relativa aos custos com higiene e segurança no balanço social
Declaration
public int PosCustosBalSoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAuditoria