Type Carrera
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa las carreras 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Carrera CreateCarrera(short codigo, string descripcion, bool reconocida)
Create a new Carrera object. 
			
				
		
	Parameters
- 
							
shortcodigo - Initial value of the Codigo property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 - 
							
boolreconocida - Initial value of the Reconocida property.
 
Public properties
string Abreviatura get; set;
Nombre corto de la carrera 
		
	short Codigo get; set;
Código de la carrera 
		
	string Descripcion get; set;
Descripción de la carrera 
		
	EntityCollection<EducacionExpediente> EducacionExpedientes get; set;
Educaciones del expediente de la carrera 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho 
		
	Nullable<decimal> Incremento get; set;
Monto de incremento por concluir esta carrera 
		
	Pais Pais get; set;
No Metadata Documentation available. 
		
	EntityReference<Pais> PaisReference get; set;
No Metadata Documentation available. 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	bool Reconocida get; set;
Si la carerra es reconocida 
		
	TipoEstudio TipoEstudio get; set;
Tipo de estudio que es la carrera 
		
	EntityReference<TipoEstudio> TipoEstudioReference get; set;
Tipo de estudio que es la carrera 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación