Type RepresentanteLegal
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa los representastes legales de las compañias 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
RepresentanteLegal CreateRepresentanteLegal(short codigo, bool activo)
Create a new RepresentanteLegal object. 
			
				
		
	Parameters
- 
							
shortcodigo - Initial value of the Codigo property.
 - 
							
boolactivo - Initial value of the Activo property.
 
Public properties
bool Activo get; set;
Estado en la que se encuentra el representante legal 
		
	short Codigo get; set;
Código del representante legal 
		
	Compania Compania get; set;
Compania donde las peronsa es representante legal 
		
	EntityReference<Compania> CompaniaReference get; set;
Compania donde las peronsa es representante legal 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
Expediente Expediente get; set;
Expediente que es representante legal 
		
	EntityReference<Expediente> ExpedienteReference get; set;
Expediente que es representante legal 
		
	Nullable<DateTime> FechaFinVigencia get; set;
Fecha de fin de vigencia del representante legal 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaInicioVigencia get; set;
Fecha de inicio de vigencia del representante legal 
		
	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 del property bag 
		
	string UsuarioGrabacion get; set;
Usuario que inserta 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación