C# Class Compete.TeamManagement.TeamManagementCommands

Inheritance: ITeamManagementCommands
Afficher le fichier Open project: aaronjensen/compete

Méthodes publiques

Méthode Description
Authenticate ( string teamName, string password ) : bool
New ( string teamName, string longName, IEnumerable teamMembers, string password ) : bool
TeamManagementCommands ( ITeamRepository teamRepository ) : System

Private Methods

Méthode Description
GetMd5HashOf ( string password ) : string

Method Details

Authenticate() public méthode

public Authenticate ( string teamName, string password ) : bool
teamName string
password string
Résultat bool

New() public méthode

public New ( string teamName, string longName, IEnumerable teamMembers, string password ) : bool
teamName string
longName string
teamMembers IEnumerable
password string
Résultat bool

TeamManagementCommands() public méthode

public TeamManagementCommands ( ITeamRepository teamRepository ) : System
teamRepository ITeamRepository
Résultat System