Type AsociacionTipoPlanillaUsuario
Namespace Aseinfo.VH4.Data
Parent EntityObject
Asociaciones de tipo de planilla por usuario 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AsociacionTipoPlanillaUsuario CreateAsociacionTipoPlanillaUsuario(int codigo, bool esPermitido)
Create a new AsociacionTipoPlanillaUsuario object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
boolesPermitido - Initial value of the EsPermitido property.
 
Public properties
int Codigo get; set;
Código de asociación 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsPermitido get; set;
¿Es permitido el tipo de planilla? 
		
	TipoPlanilla TipoPlanilla get; set;
Tipo de Planilla 
		
	EntityReference<TipoPlanilla> TipoPlanillaReference get; set;
Tipo de Planilla 
		
	Usuario Usuario get; set;
No Metadata Documentation available. 
		
	EntityReference<Usuario> UsuarioReference get; set;
No Metadata Documentation available.