Evolution : Data Model API Documentation

Type Control

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity, IAuthorizationWorkflowManagedEntity, IFinalizationEntity

Events

PropertyChanged

PropertyChanging

Public static methods

Control CreateControl(int codigo, string nombre, DateTime fechaInicio, string estadoDb, DateTime fechaCambioEstado, string estadoAuthorizationWorkflowDb, bool ingresadoPortal)

Create a new Control object.
Parameters
int codigo
Initial value of the Codigo property.
string nombre
Initial value of the Nombre property.
DateTime fechaInicio
Initial value of the FechaInicio 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.

Public properties

int Codigo get; set;

Código del control

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 una acción

string ComentarioCierre get; set;

Comentario al cerrar el control

EntityCollection<ControlATS> ControlesATS get; set;

Controles utilizados en el ATS

string Descripcion get; set;

Descripción del control

Dotacion Dotacion get; set;

Dotación de equipo de protección personal que requiere el control

EntityReference<Dotacion> DotacionReference get; set;

Dotación de equipo de protección personal que requiere el control

Empleo Empleado get; set;

Empleado responsable de darle seguimiento al control

EntityReference<Empleo> EmpleadoReference get; set;

Empleado responsable de darle seguimiento al control

Empleo EmpleadoSolicitante get; set;

Empleado responsable por la acción (quien la solicita en nombre del empleado afecto)

EntityReference<Empleo> EmpleadoSolicitanteReference get; set;

Empleado responsable por la acción (quien la solicita en nombre del empleado afecto)

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<bool> EsIndefinido get; set;

No Metadata Documentation available.

EstadoControl Estado get; set;

Estado del Control

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 accion. P = Pendiente, A = Autorizado, D = Denegado, N = Anulado, A = Abierto, C = Cerrado

DateTime FechaCambioEstado get; set;

Fecha del último cambio de estado de la acción

Nullable<DateTime> FechaFin get; set;

Fecha de fin de aplicación del control

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

DateTime FechaInicio get; set;

Fecha de inicio de aplicación del control

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

Imágen guardada al finalizarse el control

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 del control aplicado al riesgo

string RawPropertyBagData get; set;

Información de campos adicionales

Riesgo Riesgo get; set;

Riesgo asociado al control

EntityReference<Riesgo> RiesgoReference get; set;

Riesgo asociado al control

TipoControl TipoControl get; set;

Tipo de jerarquía de control

EntityReference<TipoControl> TipoControlReference get; set;

Tipo de jerarquía de control

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro