Type TipoDireccion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
TipoDireccion CreateTipoDireccion(short codigo, string nombre)
Create a new TipoDireccion object. 
			
				
		
	Parameters
- 
							
shortcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 
Public properties
short Codigo get; set;
Código correlativo del tipo de dirección 
		
	EntityCollection<DireccionExpediente> DireccionesExpedientes get; set;
Direcciones que pertenecen al tipo de dirección 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available. 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available. 
		
	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 Nombre get; set;
Nombre del tipo de dirección 
		
	string RawPropertyBagData get; set;
No Metadata Documentation available. 
		
	string UsuarioGrabacion get; set;
No Metadata Documentation available. 
		
	string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.