Type Factor
Namespace Aseinfo.VH4.Data
Parent EntityObject
Representa los factores de cálculo de planilla
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
Factor CreateFactor(string codigo, string id, string descripcion, string vbScript, bool esFuncion, Byte tamano)
Create a new Factor object.
Parameters
-
string
codigo - Initial value of the Codigo property.
-
string
id - Initial value of the Id property.
-
string
descripcion - Initial value of the Descripcion property.
-
string
vbScript - Initial value of the VbScript property.
-
bool
esFuncion - Initial value of the EsFuncion property.
-
Byte
tamano - 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