C# 클래스 Gwupe.Agent.Managers.TeamManager

파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 메소드들

메소드 설명
GetTeamByUniqueHandle ( string uniqueHandle ) : Team
GetTeamByUsername ( string username ) : Team
ReloadTeam ( string username ) : void
Reset ( ) : void
RetrieveTeams ( ) : void
SignupTeam ( String teamName, String uniqueHandle, String location, String email, bool supporter ) : void
UpdateTeam ( string username ) : void

비공개 메소드들

메소드 설명
CheckTeamAccess ( Team team ) : void
CompileDataSubmissionException ( List validationErrors ) : DataSubmissionException
TeamManager ( ) : System
TeamOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void

메소드 상세

GetTeamByUniqueHandle() 공개 메소드

public GetTeamByUniqueHandle ( string uniqueHandle ) : Team
uniqueHandle string
리턴 Gwupe.Agent.Components.Person.Team

GetTeamByUsername() 공개 메소드

public GetTeamByUsername ( string username ) : Team
username string
리턴 Gwupe.Agent.Components.Person.Team

ReloadTeam() 공개 메소드

public ReloadTeam ( string username ) : void
username string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RetrieveTeams() 공개 메소드

public RetrieveTeams ( ) : void
리턴 void

SignupTeam() 공개 메소드

public SignupTeam ( String teamName, String uniqueHandle, String location, String email, bool supporter ) : void
teamName String
uniqueHandle String
location String
email String
supporter bool
리턴 void

UpdateTeam() 공개 메소드

public UpdateTeam ( string username ) : void
username string
리턴 void