Evolution : Data Model API Documentation

Type EquipoOAccesoEmpleo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

EquipoOAccesoEmpleo CreateEquipoOAccesoEmpleo(int codigo, DateTime fechaAlta)

Create a new EquipoOAccesoEmpleo object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fechaAlta
Initial value of the FechaAlta property.

Public properties

int Codigo get; set;

Código de la relación del equipo o acceso del empleo

Empleo Empleo get; set;

Empleo al que se le asigna un equipo

EntityReference<Empleo> EmpleoReference get; set;

Empleo al que se le asigna un equipo

EntityKey EntityKey get; set;

EntityState EntityState get;

Equipo Equipo get; set;

Equipo que se le asigna al empleo

EntityReference<Equipo> EquipoReference get; set;

Equipo que se le asigna al empleo

Nullable<EstadoEquipo> EstadoEntrega get; set;

Propiedad del estado del equipo en la que se encuentra

DateTime FechaAlta get; set;

Fecha de alta

Nullable<DateTime> FechaBaja get; set;

Fecha de baja

Nullable<DateTime> FechaEntrega get; set;

Fecha de entrega

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modifico por ultima vez

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

Observaciones

string RawPropertyBagData get; set;

Data de los campos adicionales

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro la última vez