Type CursorPlanilla
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Cursores de las planillas
Events
Methods
- CreateCursorPlanilla
- ShouldSerializeFormulacionesDondeEsCursorPrincipal
- ShouldSerializeTiposPlanillaAsociados
Properties
- Codigo
- Descripcion
- EntityKey
- EntityState
- EsModificable
- FechaGrabacion
- FechaUltimaModificacion
- FormulacionesDondeEsCursorPrincipal
- ModoAsociacionTipoPlanilla
- ModoAsociacionTipoPlanillaDb
- Nombre
- NombreColumnaCodigoCompania
- NombreColumnaCodigoEmpleado
- NombreColumnaCodigoPeriodoPlanilla
- NombreColumnaCodigoTipoPlanilla
- OrderBy
- Pais
- PaisReference
- Proceso
- ProcesoDb
- PuedeSerCursorPrincipal
- SqlEdit
- SqlRun
- TiposPlanillaAsociados
- UsuarioGrabacion
- UsuarioUltimaModificacion
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeFormulacionesDondeEsCursorPrincipal()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeTiposPlanillaAsociados()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
CursorPlanilla CreateCursorPlanilla(int codigo, string procesoDb, string nombre, string sqlEdit, string sqlRun, bool puedeSerCursorPrincipal, bool esModificable, string modoAsociacionTipoPlanillaDb)
Create a new CursorPlanilla object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
procesoDb - Initial value of the ProcesoDb property.
-
string
nombre - Initial value of the Nombre property.
-
string
sqlEdit - Initial value of the SqlEdit property.
-
string
sqlRun - Initial value of the SqlRun property.
-
bool
puedeSerCursorPrincipal - Initial value of the PuedeSerCursorPrincipal property.
-
bool
esModificable - Initial value of the EsModificable property.
-
string
modoAsociacionTipoPlanillaDb - Initial value of the ModoAsociacionTipoPlanillaDb property.
Public properties
int Codigo get; set;
Código de cursor
string Descripcion get; set;
Descripción del cursor
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsModificable get; set;
¿Es modificable?
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de ultima modificación
EntityCollection<FormulacionTipoPlanilla> FormulacionesDondeEsCursorPrincipal get; set;
Formulaciones donde el cursor es principal
ModoAsociacionTipoPlanillaAgrupador ModoAsociacionTipoPlanilla get; set;
Modo en el que se asocian los tipos de planilla
string ModoAsociacionTipoPlanillaDb get; set;
Modo de asociación con los tipos de planilla
string Nombre get; set;
Nombre del cursor
string NombreColumnaCodigoCompania get; set;
Nombre de la columna que tiene el código de la compañía
string NombreColumnaCodigoEmpleado get; set;
Nombre de la columna que tiene el código de empleado
string NombreColumnaCodigoPeriodoPlanilla get; set;
Nombre de la columna que tiene el código de período de planilla
string NombreColumnaCodigoTipoPlanilla get; set;
Nombre de la columna que tiene el código de tipo de planilla
string OrderBy get; set;
Sentencia de ordenamiento del cursor
Pais Pais get; set;
País al que pertence el cursor
EntityReference<Pais> PaisReference get; set;
País al que pertence el cursor
ProcesoCursor Proceso get; set;
Proceso en el que se utiliza este cursor
string ProcesoDb get; set;
Determina en que proceso se usa el cursor
bool PuedeSerCursorPrincipal get; set;
¿Puede ser cursor principal?
string SqlEdit get; set;
Sentencia SQL para describir el cursor
string SqlRun get; set;
Sentencia SQL que define el cursor
EntityCollection<TipoPlanilla> TiposPlanillaAsociados get; set;
Tipos de planilla asociados
string UsuarioGrabacion get; set;
Usuario que insertó
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación