Type TipoDocumentoGestionado
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
TipoDocumentoGestionado CreateTipoDocumentoGestionado(int codigo, string nombre)
Create a new TipoDocumentoGestionado object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 
Public properties
int Codigo get; set;
EntityCollection<DocumentoGestionado> DocumentosGestionados get; set;
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	string Nombre get; set;
string UsuarioGrabacion get; set;
Usuario que inserta 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación