Evolution : Data Model API Documentation

Type PeriodoSustitucionTemporal

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IPayrollAssociatedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

PeriodoSustitucionTemporal CreatePeriodoSustitucionTemporal(int codigo, DateTime fechaInicio, DateTime fechaFin, decimal dias, decimal horas, bool aplicadoEnPlanilla, bool pertenecePlanillaAutorizada)

Create a new PeriodoSustitucionTemporal object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fechaInicio
Initial value of the FechaInicio property.
DateTime fechaFin
Initial value of the FechaFin property.
decimal dias
Initial value of the Dias property.
decimal horas
Initial value of the Horas property.
bool aplicadoEnPlanilla
Initial value of the AplicadoEnPlanilla property.
bool pertenecePlanillaAutorizada
Initial value of the PertenecePlanillaAutorizada property.

Public properties

bool AplicadoEnPlanilla get; set;

Determina si el periodo procesado se logró aplicar en la última ejecución de la planilla

int Codigo get; set;

Código de registro de período de Sustitucion

decimal Dias get; set;

Total de días de sustitucion en este período

EntityKey EntityKey get; set;

EntityState EntityState get;

DateTime FechaFin get; set;

Fecha final del rango definido en este período

DateTime FechaInicio get; set;

Fecha inicial del rango definido en este período de sustitucion temporal

decimal Horas get; set;

Total de horas de sustitucion en este periodo

PeriodoPlanilla PeriodoPlanilla get; set;

Periodo de la Planilla

EntityReference<PeriodoPlanilla> PeriodoPlanillaReference get; set;

Periodo de la Planilla

bool PertenecePlanillaAutorizada get; set;

Indica si la planilla ya fue Autorizada

SustitucionTemporal SustitucionTemporal get; set;

Sustitucion Temporal

EntityReference<SustitucionTemporal> SustitucionTemporalReference get; set;

Sustitucion Temporal