Evolution : Data Model API Documentation

Type CategoriaMotivoRetiro

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeLiquidaciones()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeMotivosRetiro()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeRetiros()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

Public static methods

CategoriaMotivoRetiro CreateCategoriaMotivoRetiro(short codigo, string descripcion)

Create a new CategoriaMotivoRetiro object.
Parameters
short codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.

Public properties

short Codigo get; set;

Código de la categoría del motivo de retiro

string Descripcion get; set;

Nombre de la categoría del motivo de retiro

EntityCollection<Empleo> Empleos get; set;

Empleos al que se le aplica la categoría del motivo de retiro

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<EstadoPlaza> EstadoParaPlaza get; set;

Propiedad de Estado para la plaza

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de última modificación

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

EntityCollection<Liquidacion> Liquidaciones get; set;

Liquidaciones donde se asoció esta categoría

EntityCollection<MotivoRetiro> MotivosRetiro get; set;

Motivos de retiro que usan la categoria del motivo de retiro

Pais Pais get; set;

País al que pertenece la categoría

EntityReference<Pais> PaisReference get; set;

País al que pertenece la categoría

string RawPropertyBagData get; set;

Data de los campos adicionales

EntityCollection<Retiro> Retiros get; set;

Retiros al que se les ha asignado la categoria del motivo de retiro

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación