C# Class DominioSKD.Planilla

Afficher le fichier Open project: rosmantorres/sakaratedo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AgregarSolicitud ( SolicitudPlanilla solicitud ) : void
solicitud SolicitudPlanilla
Résultat void

Planilla() public méthode

public Planilla ( ) : System
Résultat System

Planilla() public méthode

public Planilla ( List datos ) : System
datos List
Résultat System

Planilla() public méthode

public Planilla ( int idTipoPlanilla, string tipoPlanilla ) : System
idTipoPlanilla int
tipoPlanilla string
Résultat System

Planilla() public méthode

public Planilla ( int id, string nombre, System.Boolean status, string tipoPlanilla ) : System
id int
nombre string
status System.Boolean
tipoPlanilla string
Résultat System

Planilla() public méthode

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

Planilla() public méthode

public Planilla ( string nombre, System.Boolean status, string tipoPlanilla ) : System
nombre string
status System.Boolean
tipoPlanilla string
Résultat System

Planilla() public méthode

public Planilla ( string nombre, bool status, int idTipoPlanilla ) : System
nombre string
status bool
idTipoPlanilla int
Résultat System

Planilla() public méthode

public Planilla ( string nombre, bool status, int idTipoPlanilla, List datos ) : System
nombre string
status bool
idTipoPlanilla int
datos List
Résultat System

Planilla() public méthode

public Planilla ( string nombre, bool status, string tipoPlanilla, List datos ) : System
nombre string
status bool
tipoPlanilla string
datos List
Résultat System