Type AuditorAuditoria
Namespace Aseinfo.VH4.Data
Parent EntityObject
Relación entre auditores y auditorías
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AuditorAuditoria CreateAuditorAuditoria(int codigo, string tipo)
Create a new AuditorAuditoria object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
tipo - Initial value of the Tipo property.
Public properties
AuditorExterno AuditorExterno get; set;
Auditor externo asociado a una auditoría
EntityReference<AuditorExterno> AuditorExternoReference get; set;
Auditor externo asociado a una auditoría
Auditoria Auditoria get; set;
Auditoría asociada con el auditor
EntityReference<Auditoria> AuditoriaReference get; set;
Auditoría asociada con el auditor
int Codigo get; set;
Código de la relación entre auditores y auditorías
Empleo Empleo get; set;
Empleo asociado al auditor (si así lo fuera)
EntityReference<Empleo> EmpleoReference get; set;
Empleo asociado al auditor (si así lo fuera)
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha que se modificó el registro
string Tipo get; set;
Tipo o Rol que juega el auditor en determinada auditoría puede ser: líder, observador, experto técnico o traductor
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro