C# Class OpenSpacePlanner.Repositories.NosSessionRepository

Inheritance: INosSessionRepository
Mostra file Open project: AlexZeitler/OpenSpacePlanner

Public Methods

Method Description
Get ( ) : IEnumerable
Get ( System.Guid id ) : INosSession
GetPlannedSessions ( ) : IList
GetUnPlannedSessions ( ) : IList
Insert ( INosSession nosSession ) : void
NosSessionRepository ( INHibernateSessionProvider nHibernateSessionProvider ) : System
Update ( INosSession nosSession ) : void

Method Details

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( System.Guid id ) : INosSession
id System.Guid
return INosSession

GetPlannedSessions() public method

public GetPlannedSessions ( ) : IList
return IList

GetUnPlannedSessions() public method

public GetUnPlannedSessions ( ) : IList
return IList

Insert() public method

public Insert ( INosSession nosSession ) : void
nosSession INosSession
return void

NosSessionRepository() public method

public NosSessionRepository ( INHibernateSessionProvider nHibernateSessionProvider ) : System
nHibernateSessionProvider INHibernateSessionProvider
return System

Update() public method

public Update ( INosSession nosSession ) : void
nosSession INosSession
return void