C# Class Compete.Site.Models.AssemblyFileRepository

Afficher le fichier Open project: aaronjensen/compete Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System.Web.HttpPostedFileBase file, string fileName ) : void
FindAllGames ( ) : ICollection
FindAllGamesAndPlayers ( ) : ICollection
FindAllPlayers ( ) : ICollection

Private Methods

Méthode Description
FindAllDlls ( string directory ) : IEnumerable

Method Details

Add() public méthode

public Add ( System.Web.HttpPostedFileBase file, string fileName ) : void
file System.Web.HttpPostedFileBase
fileName string
Résultat void

FindAllGames() public méthode

public FindAllGames ( ) : ICollection
Résultat ICollection

FindAllGamesAndPlayers() public méthode

public FindAllGamesAndPlayers ( ) : ICollection
Résultat ICollection

FindAllPlayers() public méthode

public FindAllPlayers ( ) : ICollection
Résultat ICollection