C# Class ActivEarth.Objects.Competition.Contests.ContestTeam

A team of participants, to be used in Contests.
Mostra file Open project: mlcamilli/ActivEarth Class Usage Examples

Public Methods

Method Description
ContainsMember ( int userId ) : bool

Test Hook: Searches the team for a particular member.

ContestTeam ( ) : System

Empty constructor for restoring from DB.

Method Details

ContainsMember() public method

Test Hook: Searches the team for a particular member.
public ContainsMember ( int userId ) : bool
userId int
return bool

ContestTeam() public method

Empty constructor for restoring from DB.
public ContestTeam ( ) : System
return System