Evolution : Data Model API Documentation

Type CargoInteres

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeAreaInteres()

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

bool ShouldSerializeAreaInteresReference()

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

bool ShouldSerializeCandidatos()

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

bool ShouldSerializePuestos()

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

bool ShouldSerializeRequisitos()

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

Public static methods

CargoInteres CreateCargoInteres(int codigo)

Create a new CargoInteres object.
Parameters
int codigo
Initial value of the Codigo property.

Public properties

AreaInteres AreaInteres get; set;

Area de interes asociado

EntityReference<AreaInteres> AreaInteresReference get; set;

Area de interes asociado

EntityCollection<Candidato> Candidatos get; set;

Candidatos que aspiran al cargo de interes

int Codigo get; set;

Código del cargo de interes

string Descripcion get; set;

Descripción del cargo de interes

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de la última modificación del registro

EntityCollection<Puesto> Puestos get; set;

No Metadata Documentation available.

string RawPropertyBagData get; set;

Data de los campos adicionales

EntityCollection<Requisito> Requisitos get; set;

Requisitos asociados al cargo de interes

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación del registro