Evolution : Data Model API Documentation

Type EscenarioIngresoLiquidacion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

EscenarioIngresoLiquidacion CreateEscenarioIngresoLiquidacion(long codigo, string sessionID, decimal valor, decimal tiempo, bool esValorFijo, DateTime fechaGrabacion)

Create a new EscenarioIngresoLiquidacion object.
Parameters
long codigo
Initial value of the Codigo property.
string sessionID
Initial value of the SessionID property.
decimal valor
Initial value of the Valor property.
decimal tiempo
Initial value of the Tiempo property.
bool esValorFijo
Initial value of the EsValorFijo property.
DateTime fechaGrabacion
Initial value of the FechaGrabacion property.

Public properties

long Codigo get; set;

Código de registro de ingreso para el escenario de liquidación

string CodigoMoneda get; set;

Código de la moneda

Nullable<short> CodigoTipo get; set;

Código del tipo de ingreso

string Comentario get; set;

Comentario asociado al ingreso

EntityKey EntityKey get; set;

EntityState EntityState get;

bool EsValorFijo get; set;

Indica si el valor no sufrió cambios en la realización del cálculo

DateTime FechaGrabacion get; set;

No Metadata Documentation available.

Moneda Moneda get; set;

Moneda en que está expresado el valor

EntityReference<Moneda> MonedaReference get; set;

Moneda en que está expresado el valor

string RawPropertyBagData get; set;

Data del property bag

string SessionID get; set;

Session Id del usuario autenticado

decimal Tiempo get; set;

Cantidad en tiempo asociada al ingreso

TipoIngreso Tipo get; set;

Tipo de Ingreso al que está asociado este registro

EntityReference<TipoIngreso> TipoReference get; set;

Tipo de Ingreso al que está asociado este registro

Nullable<UnidadTiempoIngresosDescuentos> UnidadTiempo get; set;

Unidad de medida del tiempo

decimal Valor get; set;

Valor del ingreso