Evolution : Data Model API Documentation

Type CentroCostoSolicitudCapacitacion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeSolicitudCapacitacion()

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

bool ShouldSerializeSolicitudCapacitacionReference()

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

Public static methods

CentroCostoSolicitudCapacitacion CreateCentroCostoSolicitudCapacitacion(int codigo, decimal porcentaje)

Create a new CentroCostoSolicitudCapacitacion object.
Parameters
int codigo
Initial value of the Codigo property.
decimal porcentaje
Initial value of the Porcentaje property.

Public properties

CentroCosto CentroCosto get; set;

Centro de Costo asociado a este registro

EntityReference<CentroCosto> CentroCostoReference get; set;

Centro de Costo asociado a este registro

int Codigo get; set;

Codigo del centro de costo asociado a la solicitud de capacitacion

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha de creación del registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de la última modificación

decimal Porcentaje get; set;

Porecentaje asociado a cada centro de Costo

SolicitudCapacitacion SolicitudCapacitacion get; set;

Solicitud de capacitacion asociado a este registro

EntityReference<SolicitudCapacitacion> SolicitudCapacitacionReference get; set;

Solicitud de capacitacion asociado a este registro

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la ultima modificación