Type Reserva
Namespace Aseinfo.VH4.Data
Parent EntityObject
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Reserva CreateReserva(long codigo, decimal valor, decimal tiempo)
Create a new Reserva object. 
			
				
		
	Parameters
- 
							
longcodigo - Initial value of the Codigo property.
 - 
							
decimalvalor - Initial value of the Valor property.
 - 
							
decimaltiempo - Initial value of the Tiempo property.
 
Public properties
long Codigo get; set;
No Metadata Documentation available. 
		
	Empleo Empleado get; set;
No Metadata Documentation available. 
		
	EntityReference<Empleo> EmpleadoReference get; set;
No Metadata Documentation available. 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available. 
		
	Moneda Moneda get; set;
No Metadata Documentation available. 
		
	EntityReference<Moneda> MonedaReference get; set;
No Metadata Documentation available. 
		
	PeriodoPlanilla PeriodoPlanilla get; set;
No Metadata Documentation available. 
		
	EntityReference<PeriodoPlanilla> PeriodoPlanillaReference get; set;
No Metadata Documentation available. 
		
	decimal Tiempo get; set;
No Metadata Documentation available. 
		
	TipoReserva TipoReserva get; set;
No Metadata Documentation available. 
		
	EntityReference<TipoReserva> TipoReservaReference get; set;
No Metadata Documentation available. 
		
	string UnidadTiempo get; set;
No Metadata Documentation available. 
		
	string UsuarioGrabacion get; set;
No Metadata Documentation available. 
		
	decimal Valor get; set;
No Metadata Documentation available.