C# 클래스 DominioSKD.Entidades.Modulo14.Planilla

상속: Entidad
파일 보기 프로젝트 열기: rosmantorres/sakaratedo 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AgregarSolicitud() 공개 메소드

public AgregarSolicitud ( SolicitudPlanilla solicitud ) : void
solicitud SolicitudPlanilla
리턴 void

Planilla() 공개 메소드

public Planilla ( ) : System
리턴 System

Planilla() 공개 메소드

public Planilla ( List datos ) : System
datos List
리턴 System

Planilla() 공개 메소드

public Planilla ( int idTipoPlanilla, string tipoPlanilla ) : System
idTipoPlanilla int
tipoPlanilla string
리턴 System

Planilla() 공개 메소드

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

Planilla() 공개 메소드

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

Planilla() 공개 메소드

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

Planilla() 공개 메소드

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

Planilla() 공개 메소드

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

Planilla() 공개 메소드

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