Evolution : Data Model API Documentation

Type Reserva

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public static methods

Reserva CreateReserva(long codigo, decimal valor, decimal tiempo)

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.

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.