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
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringprocesoDb - Initial value of the ProcesoDb property.
 - 
							
stringnombre - Initial value of the Nombre property.
 - 
							
stringsqlEdit - Initial value of the SqlEdit property.
 - 
							
stringsqlRun - Initial value of the SqlRun property.
 - 
							
boolpuedeSerCursorPrincipal - Initial value of the PuedeSerCursorPrincipal property.
 - 
							
boolesModificable - Initial value of the EsModificable property.
 - 
							
stringmodoAsociacionTipoPlanillaDb - 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