Type RubroValuacionPuestos
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity
Rubros de Valuacion de puestos 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
RubroValuacionPuestos CreateRubroValuacionPuestos(int codigo, string descripcion, int orden)
Create a new RubroValuacionPuestos object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 - 
							
intorden - Initial value of the Orden property.
 
Public properties
int Codigo get; set;
Código 
		
	string Descripcion get; set;
Descripción 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EntityCollection<EsquemaValuacionPuestos> Esquemas get; set;
Esquemas 
		
	FactorValuacionPuestos Factor get; set;
Factor 
		
	EntityReference<FactorValuacionPuestos> FactorReference get; set;
Factor 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificacion 
		
	EntityCollection<GradoValuacionPuestos> Grados get; set;
Grados 
		
	int Orden get; set;
Orden 
		
	string RawPropertyBagData get; set;
Datos de property bag 
		
	string UsuarioGrabacion get; set;
Usuario que grabó 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación