Type JornadaEmpleo
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IJornadaAsignadaEntidad
Jornadas para los empleos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
JornadaEmpleo CreateJornadaEmpleo(int codigo, DateTime fecha)
Create a new JornadaEmpleo object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 
Public properties
int Codigo get; set;
No Metadata Documentation available. 
		
	Empleo Empleo get; set;
Empleo 
		
	EntityReference<Empleo> EmpleoReference get; set;
Empleo 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime Fecha get; set;
No Metadata Documentation available. 
		
	Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available. 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available. 
		
	Jornada Jornada get; set;
Jornada 
		
	EntityReference<Jornada> JornadaReference get; set;
Jornada 
		
	string UsuarioGrabacion get; set;
No Metadata Documentation available. 
		
	string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.