C# Class EventBooking.Validators.CustomValidator

Afficher le fichier Open project: kodkatten/TeamRynkeby Class Usage Examples

Méthodes publiques

Méthode Description
IsSessionIntrudingOnOtherSessionsTimeframe ( SessionModel newSession, IEnumerable currentSessions ) : bool

Private Methods

Méthode Description
IsTimeBetween ( System.TimeSpan time, System.TimeSpan startTime, System.TimeSpan endTime ) : bool

Method Details

IsSessionIntrudingOnOtherSessionsTimeframe() public méthode

public IsSessionIntrudingOnOtherSessionsTimeframe ( SessionModel newSession, IEnumerable currentSessions ) : bool
newSession SessionModel
currentSessions IEnumerable
Résultat bool