C# Class Compete.Site.Models.AssemblyFileRepository

ファイルを表示 Open project: aaronjensen/compete Class Usage Examples

Public Methods

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

Private Methods

Method Description
FindAllDlls ( string directory ) : IEnumerable

Method Details

Add() public method

public Add ( System.Web.HttpPostedFileBase file, string fileName ) : void
file System.Web.HttpPostedFileBase
fileName string
return void

FindAllGames() public method

public FindAllGames ( ) : ICollection
return ICollection

FindAllGamesAndPlayers() public method

public FindAllGamesAndPlayers ( ) : ICollection
return ICollection

FindAllPlayers() public method

public FindAllPlayers ( ) : ICollection
return ICollection