Type ParametroObjetivosAnuales
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFinalizationEntity
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializePlanificacionesObjetivosAnuales()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
ParametroObjetivosAnuales CreateParametroObjetivosAnuales(int codigo, int anio, DateTime fechaInicioDefinicionObjetivo, DateTime fechaFinDefinicionObjetivo, bool permiteRegistroObjetivos)
Create a new ParametroObjetivosAnuales object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
intanio - Initial value of the Anio property.
 - 
							
DateTimefechaInicioDefinicionObjetivo - Initial value of the FechaInicioDefinicionObjetivo property.
 - 
							
DateTimefechaFinDefinicionObjetivo - Initial value of the FechaFinDefinicionObjetivo property.
 - 
							
boolpermiteRegistroObjetivos - Initial value of the PermiteRegistroObjetivos property.
 
Public properties
int Anio get; set;
No Metadata Documentation available. 
		
	int Codigo get; set;
No Metadata Documentation available. 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
DateTime FechaFinDefinicionObjetivo get; set;
No Metadata Documentation available. 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en la que se creo el registro 
		
	DateTime FechaInicioDefinicionObjetivo get; set;
No Metadata Documentation available. 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que modificó el registro la última vez 
		
	GrupoCorporativo GrupoCorporativo get; set;
No Metadata Documentation available. 
		
	EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;
No Metadata Documentation available. 
		
	bool PermiteRegistroObjetivos get; set;
No Metadata Documentation available. 
		
	EntityCollection<PlanificacionObjetivosAnuales> PlanificacionesObjetivosAnuales get; set;
No Metadata Documentation available. 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro la última vez