Evolution : Data Model API Documentation

Type NormaSeguridadOcupacional

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity, IFinalizationEntity, IAuthorizationWorkflowManagedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

NormaSeguridadOcupacional CreateNormaSeguridadOcupacional(int codigo, string nombre, string abreviatura, DateTime fechaVigencia, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal, string tipo)

Create a new NormaSeguridadOcupacional object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.
string abreviatura
Initial value of the Abreviatura property.
DateTime fechaVigencia
Initial value of the FechaVigencia property.
string estadoDb
Initial value of the EstadoDb property.
DateTime fechaCambioEstado
Initial value of the FechaCambioEstado property.
string estadoAuthorizationWorkflowDb
Initial value of the EstadoAuthorizationWorkflowDb property.
bool ingresadoPortal
Initial value of the IngresadoPortal property.
string tipo
Initial value of the Tipo property.

Public properties

string Abreviatura get; set;

Abreviatura de la norma

int Codigo get; set;

Código de la norma

Nullable<int> CodigoEmpleadoAutorizadorWorkflow get; set;

Código del empleado responsable de la entidad, usado para incluirlo en el flujo de autorización mediante una actividad especial.

int CodigoEmpleadoDefineAutorizaciones get; set;

Código del Empleado que Define las Autorizaciones

int CodigoEmpleadoSolicitante get; set;

Código del empleado solicitante

Nullable<int> CodigoEmpleadoSujetoAccion get; set;

Código del empleado sujeto de la acción

string CodigoInstanciaWorkflow get; set;

Código del flujo que define la autorización de la entidad

string ComentarioAnulacion get; set;

Comentario que digita el usuario cuando se anula la autorización

Compania Compania get; set;

Compañía donde aplica la norma

EntityReference<Compania> CompaniaReference get; set;

Compañía donde aplica la norma

string Descripcion get; set;

Descripción de la norma

EntityKey EntityKey get; set;

EntityState EntityState get;

EstadoNormaSeguridadOcupacional Estado get; set;

Estado de la entidad del riesgo

Nullable<AuthorizationWorkflowEntityState> EstadoAuthorizationWorkflow get; set;

Estado de la entidad manejada por workflow

string EstadoAuthorizationWorkflowDb get; set;

Estado del flujo

string EstadoDb get; set;

Estado de la norma (Pendiente, Vigente y Suprimida)

DateTime FechaCambioEstado get; set;

Fecha del último cambio de estado del registro

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modificó el registro

DateTime FechaVigencia get; set;

Fecha de vigencia de la norma

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

bool IngresadoPortal get; set;

Si la entidad es iniciada desde el portal o no

bool IsFinalizing get; set;

Indica si la entidad se está finalizando en este momento

string Nombre get; set;

Nombre de la norma

string RawPropertyBagData get; set;

Información de campos adicionales

string Tipo get; set;

No Metadata Documentation available.

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro