Type NivelCumplimientoCompetencia
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
NivelCumplimientoCompetencia CreateNivelCumplimientoCompetencia(int codigo, decimal nivelCumplimientoEsperado, decimal peso)
Create a new NivelCumplimientoCompetencia object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
decimalnivelCumplimientoEsperado - Initial value of the NivelCumplimientoEsperado property.
 - 
							
decimalpeso - Initial value of the Peso property.
 
Public properties
int Codigo get; set;
No Metadata Documentation available. 
		
	Competencia Competencia get; set;
No Metadata Documentation available. 
		
	EntityReference<Competencia> CompetenciaReference get; set;
No Metadata Documentation available. 
		
	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. 
		
	decimal NivelCumplimientoEsperado get; set;
No Metadata Documentation available. 
		
	decimal Peso get; set;
No Metadata Documentation available. 
		
	Puesto Puesto get; set;
No Metadata Documentation available. 
		
	EntityReference<Puesto> PuestoReference get; set;
No Metadata Documentation available. 
		
	string UsuarioGrabacion get; set;
No Metadata Documentation available. 
		
	string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.