Evolution : Data Model API Documentation

Type NotaCualitativa

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

NotaCualitativa CreateNotaCualitativa(int codigo, string descripcion, int orden)

Create a new NotaCualitativa object.
Parameters
int codigo
Initial value of the Codigo property.
string descripcion
Initial value of the Descripcion property.
int orden
Initial value of the Orden property.

Public properties

EntityCollection<CategoriaNotaEvaluacion> CategoriasNotasEvaluaciones get; set;

Categorías de nota evaluada

int Codigo get; set;

Código

string Descripcion get; set;

Descripción

EntityKey EntityKey get; set;

EntityState EntityState get;

EntityCollection<EvaluacionDesempenioEmpleo> EvaluacionesEmpleo get; set;

Evaluaciones que tienen esta nota

Nullable<DateTime> FechaGrabacion get; set;

No Metadata Documentation available.

Nullable<DateTime> FechaUltimaModificacion get; set;

No Metadata Documentation available.

EntityCollection<GradoEvaluacion> Grados get; set;

Grados que tienen esta nota

EntityCollection<GradoFactoresTecnicos> GradosFactoresTecnicos get; set;

No Metadata Documentation available.

GrupoCorporativo GrupoCorporativo get; set;

Grupo Corporativo al que está asociado

EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;

Grupo Corporativo al que está asociado

int Orden get; set;

Orden de la nota

string RawPropertyBagData get; set;

Data de los campos adicionales

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.