C# 클래스 Compete.Site.Models.AssemblyFileRepository

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

공개 메소드들

메소드 설명
Add ( System.Web.HttpPostedFileBase file, string fileName ) : void
FindAllGames ( ) : ICollection
FindAllGamesAndPlayers ( ) : ICollection
FindAllPlayers ( ) : ICollection

비공개 메소드들

메소드 설명
FindAllDlls ( string directory ) : IEnumerable

메소드 상세

Add() 공개 메소드

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

FindAllGames() 공개 메소드

public FindAllGames ( ) : ICollection
리턴 ICollection

FindAllGamesAndPlayers() 공개 메소드

public FindAllGamesAndPlayers ( ) : ICollection
리턴 ICollection

FindAllPlayers() 공개 메소드

public FindAllPlayers ( ) : ICollection
리턴 ICollection