Evolution : Data Model API Documentation

Type HabilidadGerencialValuacionHay

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

HabilidadGerencialValuacionHay CreateHabilidadGerencialValuacionHay(int codigo, string letra, string nombre)

Create a new HabilidadGerencialValuacionHay object.
Parameters
int codigo
Initial value of the Codigo property.
string letra
Initial value of the Letra property.
string nombre
Initial value of the Nombre property.

Public properties

int Codigo get; set;

Código

string Descripcion get; set;

Descripción

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

No Metadata Documentation available.

Nullable<DateTime> FechaUltimaModificacion get; set;

No Metadata Documentation available.

GrupoCorporativo GrupoCorporativo get; set;

Grupo Corporativo

EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;

Grupo Corporativo

string Letra get; set;

Letra que identifica la habilidad

EntityCollection<MatrizHabilidadesValuacionHay> Matrices get; set;

Matrices de habilidad

string Nombre get; set;

Nombre

string RawPropertyBagData get; set;

Datos de campos adicionales

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.

EntityCollection<ValuacionHay> Valuaciones get; set;

No Metadata Documentation available.