C# Класс DominioSKD.Planilla

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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