Type Factor
Namespace Aseinfo.VH4.Data
Parent EntityObject
Representa los factores de cálculo de planilla 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeFormulacionesDondeFiltra()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
Factor CreateFactor(string codigo, string id, string descripcion, string vbScript, bool esFuncion, Byte tamano)
Create a new Factor object. 
			
				
		
	Parameters
- 
							
stringcodigo - Initial value of the Codigo property.
 - 
							
stringid - Initial value of the Id property.
 - 
							
stringdescripcion - Initial value of the Descripcion property.
 - 
							
stringvbScript - Initial value of the VbScript property.
 - 
							
boolesFuncion - Initial value of the EsFuncion property.
 - 
							
Bytetamano - Initial value of the Tamano property.
 
Public properties
string Codigo get; set;
Código de Factor 
		
	string CodigoFieldDescriptor get; set;
Tipo de dato del factor 
		
	string Descripcion get; set;
Descripción del factor 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsFuncion get; set;
Indica si el factor es una función 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación del registro 
		
	EntityCollection<FormulacionTipoPlanilla> FormulacionesDondeFiltra get; set;
Configuraciones de cálculo 
		
	string Id get; set;
Identificador del factor 
		
	Pais Pais get; set;
No Metadata Documentation available. 
		
	EntityReference<Pais> PaisReference get; set;
No Metadata Documentation available. 
		
	Byte Tamano get; set;
Largo en caracteres cuando el tipo es "string" 
		
	EntityCollection<FactorTipoPlanilla> TiposPlanilla get; set;
Factores que se ejecutarán para el tipo de planilla 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro 
		
	string VbScript get; set;
Cuerpo de la función que ejecuta el factor