C# 클래스 OpenSpacePlanner.Repositories.NosSessionRepository

상속: INosSessionRepository
파일 보기 프로젝트 열기: AlexZeitler/OpenSpacePlanner

공개 메소드들

메소드 설명
Get ( ) : IEnumerable
Get ( System.Guid id ) : INosSession
GetPlannedSessions ( ) : IList
GetUnPlannedSessions ( ) : IList
Insert ( INosSession nosSession ) : void
NosSessionRepository ( INHibernateSessionProvider nHibernateSessionProvider ) : System
Update ( INosSession nosSession ) : void

메소드 상세

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Get() 공개 메소드

public Get ( System.Guid id ) : INosSession
id System.Guid
리턴 INosSession

GetPlannedSessions() 공개 메소드

public GetPlannedSessions ( ) : IList
리턴 IList

GetUnPlannedSessions() 공개 메소드

public GetUnPlannedSessions ( ) : IList
리턴 IList

Insert() 공개 메소드

public Insert ( INosSession nosSession ) : void
nosSession INosSession
리턴 void

NosSessionRepository() 공개 메소드

public NosSessionRepository ( INHibernateSessionProvider nHibernateSessionProvider ) : System
nHibernateSessionProvider INHibernateSessionProvider
리턴 System

Update() 공개 메소드

public Update ( INosSession nosSession ) : void
nosSession INosSession
리턴 void