Type Aficion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa las aficiones que puede tener un empleado 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Aficion CreateAficion(short codigo, string descripcion)
Create a new Aficion object. 
			
				
		
	Parameters
- 
							
shortcodigo - Initial value of the Codigo property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 
Public properties
string Abreviatura get; set;
Nombre corto de la afición 
		
	EntityCollection<AficionExpediente> AficionesExpediente get; set;
Aficiones que poseé un expediente 
		
	short Codigo get; set;
Código de la afición 
		
	string Descripcion get; set;
Descripción de la afición 
		
	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 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación