Type EmpleoCambioUnidad
Namespace Aseinfo.VH4.Data
Parent EntityObject
Empleos al que se les cambia la unidad
Events
Methods
- CreateEmpleoCambioUnidad
- ShouldSerializeCambioDeUnidad
- ShouldSerializeCambioDeUnidadReference
- ShouldSerializePlazaActual
- ShouldSerializePlazaActualReference
- ShouldSerializePlazaFinal
- ShouldSerializePlazaFinalReference
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeCambioDeUnidad()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeCambioDeUnidadReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializePlazaActual()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializePlazaActualReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializePlazaFinal()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializePlazaFinalReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
EmpleoCambioUnidad CreateEmpleoCambioUnidad(int codigo, bool empleoEsSubalterno)
Create a new EmpleoCambioUnidad object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
bool
empleoEsSubalterno - Initial value of the EmpleoEsSubalterno property.
Public properties
CambioUnidad CambioDeUnidad get; set;
Información del cambio de unidad para el detalle
EntityReference<CambioUnidad> CambioDeUnidadReference get; set;
Información del cambio de unidad para el detalle
int Codigo get; set;
Código del detalle de cambio de unidad
Empleo Empleo get; set;
Empleo que se le cambia unidad
bool EmpleoEsSubalterno get; set;
Indica si el empleo a cambiar unidad es un subalterno
EntityReference<Empleo> EmpleoReference get; set;
Empleo que se le cambia unidad
EntityKey EntityKey get; set;
EntityState EntityState get;
Plaza PlazaActual get; set;
Plaza que el empleo posee antes del cambio de unidad
EntityReference<Plaza> PlazaActualReference get; set;
Plaza que el empleo posee antes del cambio de unidad
Plaza PlazaFinal get; set;
Plaza que posee el empleo al final de hacer efectivo el cambio de unidad
EntityReference<Plaza> PlazaFinalReference get; set;
Plaza que posee el empleo al final de hacer efectivo el cambio de unidad