Type BitacoraConcurso
Namespace Aseinfo.VH4.Data
Parent EntityObject
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
BitacoraConcurso CreateBitacoraConcurso(int codigo, string estadoDb, DateTime fecha, string usuario)
Create a new BitacoraConcurso object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringestadoDb - Initial value of the EstadoDb property.
 - 
							
DateTimefecha - Initial value of the Fecha property.
 - 
							
stringusuario - Initial value of the Usuario property.
 
Public properties
int Codigo get; set;
Correlativo del registro en la bitácora 
		
	string Comentario get; set;
Observación o comentario anotado por el usuario a propósito del cambio de estado 
		
	ConcursoSeleccion ConcursoSeleccion get; set;
Concurso de selección al que pertenece esta bitácora 
		
	EntityReference<ConcursoSeleccion> ConcursoSeleccionReference get; set;
Concurso de selección al que pertenece esta bitácora 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoConcursoSeleccion Estado get; set;
Estado del concurso de selección registrado en la bitácora 
		
	string EstadoDb get; set;
Estado del Concurso registrado en la bitácora 
		
	DateTime Fecha get; set;
Fecha de cambio de estado 
		
	string Usuario get; set;
Usuario que realizó el cambio de estado