Evolution : Data Model API Documentation

Type RangoRiesgo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

RangoRiesgo CreateRangoRiesgo(int codigo, string descripcion, string color, int rangoInicial, int rangoFinal)

Create a new RangoRiesgo object.
Parameters
int codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.
string color
Initial value of the Color property.
int rangoInicial
Initial value of the RangoInicial property.
int rangoFinal
Initial value of the RangoFinal property.

Public properties

int Codigo get; set;

Código del rango de riesgo

string Color get; set;

Color del rango, en formato RGB

Compania Compania get; set;

Empresa para la que esta definido el rango

EntityReference<Compania> CompaniaReference get; set;

Empresa para la que esta definido el rango

string Descripcion get; set;

Descripción del rango de riesgo

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

Mensaje que se muestra dependiendo el rango en el que entra el índice del riesgo

int RangoFinal get; set;

Valor del límte superior del rango

int RangoInicial get; set;

Valor del límite inferior del rango

Nullable<bool> RequiereProcedimiento get; set;

Requiere un procedimiento de trabajo seguro

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario en que se modificó el registro