Type TipoUnidad
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa la tabla de tipos de unidades 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
TipoUnidad CreateTipoUnidad(short codigo, string descripcion)
Create a new TipoUnidad object. 
			
				
		
	Parameters
- 
							
shortcodigo - Initial value of the Codigo property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 
Public properties
short Codigo get; set;
Código del tipo de unidad 
		
	string Descripcion get; set;
Descripción del tipo de unidad 
		
	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 la última modificación del registro 
		
	List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho 
		
	GrupoCorporativo GrupoCorporativo get; set;
Grupo corporativo al que pertenece el tipo de unidad 
		
	EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;
Grupo corporativo al que pertenece el tipo de unidad 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	EntityCollection<Unidad> Unidades get; set;
Unidades asociadas al tipo de unidad 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro