C# 클래스 DominioSKD.Dojo

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

공개 메소드들

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

메소드 상세

Dojo() 공개 메소드

public Dojo ( ) : System
리턴 System

Dojo() 공개 메소드

public Dojo ( int id_dojo ) : System
id_dojo int
리턴 System

Dojo() 공개 메소드

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
리턴 System

Dojo() 공개 메소드

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
리턴 System

Dojo() 공개 메소드

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
리턴 System