Type EquipoOAccesoEmpleo
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeEquipo()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeEquipoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
EquipoOAccesoEmpleo CreateEquipoOAccesoEmpleo(int codigo, DateTime fechaAlta)
Create a new EquipoOAccesoEmpleo object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefechaAlta - 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