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, int empleadoCodigo, string monedaCodigo, int periodoPlanillaCodigo, short tipoReservaCodigo)
Create a new Reserva object.
Parameters
-
long
codigo - Initial value of the Codigo property.
-
decimal
valor - Initial value of the Valor property.
-
decimal
tiempo - Initial value of the Tiempo property.
-
int
empleadoCodigo - Initial value of the EmpleadoCodigo property.
-
string
monedaCodigo - Initial value of the MonedaCodigo property.
-
int
periodoPlanillaCodigo - Initial value of the PeriodoPlanillaCodigo property.
-
short
tipoReservaCodigo - Initial value of the TipoReservaCodigo property.
Public properties
long Codigo get; set;
No Metadata Documentation available.
Empleo Empleado get; set;
No Metadata Documentation available.
int EmpleadoCodigo get; set;
Código de empleo
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.
string MonedaCodigo get; set;
Código de Moneda
EntityReference<Moneda> MonedaReference get; set;
No Metadata Documentation available.
PeriodoPlanilla PeriodoPlanilla get; set;
No Metadata Documentation available.
int PeriodoPlanillaCodigo get; set;
Código de período de planilla
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.
short TipoReservaCodigo get; set;
Código de tipo de reserva
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.