Evolution : Data Model API Documentation

Type PoliticaSeguridadOcupacional

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

PoliticaSeguridadOcupacional CreatePoliticaSeguridadOcupacional(int codigo, string nombre, string descripcion, DateTime fechaVigencia)

Create a new PoliticaSeguridadOcupacional object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.
string descripcion
Initial value of the Descripcion property.
DateTime fechaVigencia
Initial value of the FechaVigencia property.

Public properties

int Codigo get; set;

Código de la política

Compania Compania get; set;

Compañía para la que aplica la política

EntityReference<Compania> CompaniaReference get; set;

Compañía para la que aplica la política

string Descripcion get; set;

Descripción de la política

Empleo EmpleadoResponsable get; set;

Empleado responsable de la política

EntityReference<Empleo> EmpleadoResponsableReference get; set;

Empleado responsable de la política

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 regitsro

DateTime FechaVigencia get; set;

Fecha de vigencia de la política

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 Nombre get; set;

Nombre de la política

string RawPropertyBagData get; set;

Información de campos adicionales

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro