C# Class DominioSKD.Planilla

Mostrar archivo Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
AgregarSolicitud ( SolicitudPlanilla solicitud ) : void
Planilla ( ) : System
Planilla ( List datos ) : System
Planilla ( int idTipoPlanilla, string tipoPlanilla ) : System
Planilla ( int id, string nombre, System.Boolean status, string tipoPlanilla ) : System
Planilla ( int id, string nombre, bool status, int idTipoPlanilla, List datos ) : System
Planilla ( string nombre, System.Boolean status, string tipoPlanilla ) : System
Planilla ( string nombre, bool status, int idTipoPlanilla ) : System
Planilla ( string nombre, bool status, int idTipoPlanilla, List datos ) : System
Planilla ( string nombre, bool status, string tipoPlanilla, List datos ) : System

Method Details

AgregarSolicitud() public method

public AgregarSolicitud ( SolicitudPlanilla solicitud ) : void
solicitud SolicitudPlanilla
return void

Planilla() public method

public Planilla ( ) : System
return System

Planilla() public method

public Planilla ( List datos ) : System
datos List
return System

Planilla() public method

public Planilla ( int idTipoPlanilla, string tipoPlanilla ) : System
idTipoPlanilla int
tipoPlanilla string
return System

Planilla() public method

public Planilla ( int id, string nombre, System.Boolean status, string tipoPlanilla ) : System
id int
nombre string
status System.Boolean
tipoPlanilla string
return System

Planilla() public method

public Planilla ( int id, string nombre, bool status, int idTipoPlanilla, List datos ) : System
id int
nombre string
status bool
idTipoPlanilla int
datos List
return System

Planilla() public method

public Planilla ( string nombre, System.Boolean status, string tipoPlanilla ) : System
nombre string
status System.Boolean
tipoPlanilla string
return System

Planilla() public method

public Planilla ( string nombre, bool status, int idTipoPlanilla ) : System
nombre string
status bool
idTipoPlanilla int
return System

Planilla() public method

public Planilla ( string nombre, bool status, int idTipoPlanilla, List datos ) : System
nombre string
status bool
idTipoPlanilla int
datos List
return System

Planilla() public method

public Planilla ( string nombre, bool status, string tipoPlanilla, List datos ) : System
nombre string
status bool
tipoPlanilla string
datos List
return System