Type GradoValuacionPuestos
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag
Grados de Valuación de Puestos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
GradoValuacionPuestos CreateGradoValuacionPuestos(int codigo, string descripcion, int valor)
Create a new GradoValuacionPuestos object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 - 
							
intvalor - Initial value of the Valor 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;
Fecha en que se grabó 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de Ultima Modificación 
		
	string RawPropertyBagData get; set;
Data de property bag 
		
	RubroValuacionPuestos Rubro get; set;
Rubro 
		
	EntityReference<RubroValuacionPuestos> RubroReference get; set;
Rubro 
		
	string UsuarioGrabacion get; set;
Usuario que grabó 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación 
		
	int Valor get; set;
Valor 
		
	EntityCollection<ValuacionPuestos> Valuaciones get; set;
Valuaciones que usan el grado