C# Class DominioSKD.Competencia

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

Public Methods

Method Description
Competencia ( ) : System
Competencia ( int elId, String elNombre, String elTipo, bool orgTodas, String elStatus ) : System
Competencia ( int id, int elId, String elNombre, String elTipo, bool orgTodas, String elStatus ) : System

Method Details

Competencia() public method

public Competencia ( ) : System
return System

Competencia() public method

public Competencia ( int elId, String elNombre, String elTipo, bool orgTodas, String elStatus ) : System
elId int
elNombre String
elTipo String
orgTodas bool
elStatus String
return System

Competencia() public method

public Competencia ( int id, int elId, String elNombre, String elTipo, bool orgTodas, String elStatus ) : System
id int
elId int
elNombre String
elTipo String
orgTodas bool
elStatus String
return System