C# Class EventBooking.Validators.CustomValidator

Mostrar archivo Open project: kodkatten/TeamRynkeby Class Usage Examples

Public Methods

Method Description
IsSessionIntrudingOnOtherSessionsTimeframe ( SessionModel newSession, IEnumerable currentSessions ) : bool

Private Methods

Method Description
IsTimeBetween ( System.TimeSpan time, System.TimeSpan startTime, System.TimeSpan endTime ) : bool

Method Details

IsSessionIntrudingOnOtherSessionsTimeframe() public method

public IsSessionIntrudingOnOtherSessionsTimeframe ( SessionModel newSession, IEnumerable currentSessions ) : bool
newSession SessionModel
currentSessions IEnumerable
return bool