C# 클래스 ActivEarth.Objects.Competition.Contests.ContestTeam

A team of participants, to be used in Contests.
파일 보기 프로젝트 열기: mlcamilli/ActivEarth 1 사용 예제들

공개 메소드들

메소드 설명
ContainsMember ( int userId ) : bool

Test Hook: Searches the team for a particular member.

ContestTeam ( ) : System

Empty constructor for restoring from DB.

메소드 상세

ContainsMember() 공개 메소드

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

ContestTeam() 공개 메소드

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