C# 클래스 DominioSKD.Entidades.Modulo12.Competencia

상속: Entidad
파일 보기 프로젝트 열기: rosmantorres/sakaratedo

공개 메소드들

메소드 설명
Competencia ( ) : System
Competencia ( String elNombre, String elTipo, bool orgTodas, String elStatus ) : System
Competencia ( int id, String elNombre, String elTipo, bool orgTodas, String elStatus ) : System

메소드 상세

Competencia() 공개 메소드

public Competencia ( ) : System
리턴 System

Competencia() 공개 메소드

public Competencia ( String elNombre, String elTipo, bool orgTodas, String elStatus ) : System
elNombre String
elTipo String
orgTodas bool
elStatus String
리턴 System

Competencia() 공개 메소드

public Competencia ( int id, String elNombre, String elTipo, bool orgTodas, String elStatus ) : System
id int
elNombre String
elTipo String
orgTodas bool
elStatus String
리턴 System