Evolution : Data Model API Documentation

Type CompetenciaTecnicaPuesto

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag, IAuditedEntity, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

CompetenciaTecnicaPuesto CreateCompetenciaTecnicaPuesto(int codigo, int orden, string descripcion)

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

Public properties

int Codigo get; set;

Código

Competencia Competencia get; set;

Competencia

EntityReference<Competencia> CompetenciaReference get; set;

Competencia

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.

List<Guid> FileAttachments get; set;

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

int Orden get; set;

Orden

Puesto Puesto get; set;

Puesto

EntityReference<Puesto> PuestoReference get; set;

Puesto

string RawPropertyBagData get; set;

Datos campos adicionales

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.