Type VersionDocumentoGestionado
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
No Metadata Documentation available. 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeDocumentoGestionadoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
VersionDocumentoGestionado CreateVersionDocumentoGestionado(int codigo, string codigoArchivo, DateTime fechaDeCarga, int numeroDeDescargas, string estadoDb, int revision)
Create a new VersionDocumentoGestionado object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringcodigoArchivo - Initial value of the CodigoArchivo property.
 - 
							
DateTimefechaDeCarga - Initial value of the FechaDeCarga property.
 - 
							
intnumeroDeDescargas - Initial value of the NumeroDeDescargas property.
 - 
							
stringestadoDb - Initial value of the EstadoDb property.
 - 
							
intrevision - Initial value of the Revision property.
 
Public properties
int Codigo get; set;
Codigo de la version 
		
	string CodigoArchivo get; set;
Codigo del Archivo que se cargo 
		
	DocumentoGestionado DocumentoGestionado get; set;
Documento al cual se esta versionando 
		
	EntityReference<DocumentoGestionado> DocumentoGestionadoReference get; set;
Documento al cual se esta versionando 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoVersionDocumentoGestionado Estado get; set;
Estado de la Amonestación 
		
	string EstadoDb get; set;
No Metadata Documentation available. 
		
	Expediente Expediente get; set;
Expediente que realizo la carga de esta version del documento 
		
	EntityReference<Expediente> ExpedienteReference get; set;
Expediente que realizo la carga de esta version del documento 
		
	DateTime FechaDeCarga get; set;
Fecha en la cual se cargo el archivo 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	int NumeroDeDescargas get; set;
Numero de descargas realizadas para esta version 
		
	EntityCollection<RegistroDeDescarga> RegistrosDeDescarga get; set;
Registros de descargas para esta version 
		
	int Revision get; set;
Numero de revision del docuemnto gestionado 
		
	string UsuarioGrabacion get; set;
Usuario que inserta 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación