Type CompetenciaTecnicaPuesto
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity, IFileAttachmentCapableEntity
Almacenar las competencias técnicas de los puestos (se asocian a las competencias que tienen tipo = 'T')
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeCompetencia()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeCompetenciaReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
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.