Type IdiomaExpediente
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Entidad que representa los idiomas que domina un expediente 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeIdioma()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeIdiomaReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
IdiomaExpediente CreateIdiomaExpediente(int codigo, string nivel, bool habla, bool escribe, bool lee)
Create a new IdiomaExpediente object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnivel - Initial value of the Nivel property.
 - 
							
boolhabla - Initial value of the Habla property.
 - 
							
boolescribe - Initial value of the Escribe property.
 - 
							
boollee - Initial value of the Lee property.
 
Public properties
AccionDetalleAccion AccionModificacionPortal get; set;
Indica la accion que posee el registro dentro de las modificaciones del portal 
		
	int Codigo get; set;
Código del idioma que domina el expediente 
		
	Nullable<long> CodigoDetalleCambioExpediente get; set;
Código del detalle de los cambios en el portal. Si la accion es  Agregar  entonces el valor no debe de ser nulo 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
bool Escribe get; set;
¿Escribe el idioma? 
		
	Expediente Expediente get; set;
Expediente que domina el idioma asociado 
		
	EntityReference<Expediente> ExpedienteReference get; set;
Expediente que domina el idioma asociado 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modificó por última vez 
		
	bool Habla get; set;
¿Habla el idioma? 
		
	Idioma Idioma get; set;
Idioma de domina el expediente asociado 
		
	EntityReference<Idioma> IdiomaReference get; set;
Idioma de domina el expediente asociado 
		
	bool Lee get; set;
¿Lee el idioma? 
		
	string Nivel get; set;
Nivel de dominio del idioma 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro