Type ResponsabilidadRolSeguridadOcupacional
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Información de las responsabilidades por rol
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
ResponsabilidadRolSeguridadOcupacional CreateResponsabilidadRolSeguridadOcupacional(int codigo, string descripcion)
Create a new ResponsabilidadRolSeguridadOcupacional object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
descripcion - Initial value of the Descripcion property.
Public properties
int Codigo get; set;
Código de la responsabilidad
string Descripcion get; set;
Descripción de la responsabilidad
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modificó el registro
List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho
string RawPropertyBagData get; set;
Información de campos adicionales
RolSeguridadOcupacional RolSeguridadOcupacional get; set;
Rol de seguridad ocupacional que tiene esa responsabildiad
EntityReference<RolSeguridadOcupacional> RolSeguridadOcupacionalReference get; set;
Rol de seguridad ocupacional que tiene esa responsabildiad
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro