C# 클래스 IvtLibrary.Models.FileRepository

상속: IFileRepository
파일 보기 프로젝트 열기: intervals-mining-lab/ivt-library

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
FileRepository ( IvtLibraryEntities db ) : System
Find ( int id ) : File
InsertOrUpdate ( File file ) : void
Save ( ) : void

메소드 상세

AllIncluding() 공개 메소드

public AllIncluding ( ) : IQueryable
리턴 IQueryable

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

FileRepository() 공개 메소드

public FileRepository ( IvtLibraryEntities db ) : System
db IvtLibraryEntities
리턴 System

Find() 공개 메소드

public Find ( int id ) : File
id int
리턴 File

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( File file ) : void
file File
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void