C# Class DominioSKD.Dojo

Inheritance: Entidad
ファイルを表示 Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
Dojo ( ) : System
Dojo ( int id_dojo ) : System
Dojo ( int Id, string Rif, string Nombre, int Telefono, string Email, string Logo, String Status, int organizacion, Ubicacion ubicacion ) : System
Dojo ( string Rif, string Nombre, int Telefono, string Email, string Logo, String Status, int organizacion, Ubicacion ubicacion ) : System
Dojo ( string Rif, string Nombre, int Telefono, string Email, string Logo, String Status, int organizacion, string nombreOrg, Ubicacion ubicacion ) : System

Method Details

Dojo() public method

public Dojo ( ) : System
return System

Dojo() public method

public Dojo ( int id_dojo ) : System
id_dojo int
return System

Dojo() public method

public Dojo ( int Id, string Rif, string Nombre, int Telefono, string Email, string Logo, String Status, int organizacion, Ubicacion ubicacion ) : System
Id int
Rif string
Nombre string
Telefono int
Email string
Logo string
Status String
organizacion int
ubicacion Ubicacion
return System

Dojo() public method

public Dojo ( string Rif, string Nombre, int Telefono, string Email, string Logo, String Status, int organizacion, Ubicacion ubicacion ) : System
Rif string
Nombre string
Telefono int
Email string
Logo string
Status String
organizacion int
ubicacion Ubicacion
return System

Dojo() public method

public Dojo ( string Rif, string Nombre, int Telefono, string Email, string Logo, String Status, int organizacion, string nombreOrg, Ubicacion ubicacion ) : System
Rif string
Nombre string
Telefono int
Email string
Logo string
Status String
organizacion int
nombreOrg string
ubicacion Ubicacion
return System