C# 클래스 Dahlia.Models.Retreat

상속: IAmPersistable
파일 보기 프로젝트 열기: HarmonyHacks/Dahlia 1 사용 예제들

공개 메소드들

메소드 설명
AddParticipant ( Participant participant, Bed bed ) : void
AddRegistrations ( IList theRegistrations ) : void
GetUnassignedBeds ( IEnumerable beds ) : IEnumerable
RemoveParticipant ( int participantId ) : void
Retreat ( ) : System
Retreat ( IList registrations ) : System

비공개 메소드들

메소드 설명
EnsureBedIsNotAssigned ( Bed bed ) : void
EnsureRetreatIsNotFull ( ) : void

메소드 상세

AddParticipant() 공개 메소드

public AddParticipant ( Participant participant, Bed bed ) : void
participant Participant
bed Bed
리턴 void

AddRegistrations() 공개 메소드

public AddRegistrations ( IList theRegistrations ) : void
theRegistrations IList
리턴 void

GetUnassignedBeds() 공개 메소드

public GetUnassignedBeds ( IEnumerable beds ) : IEnumerable
beds IEnumerable
리턴 IEnumerable

RemoveParticipant() 공개 메소드

public RemoveParticipant ( int participantId ) : void
participantId int
리턴 void

Retreat() 공개 메소드

public Retreat ( ) : System
리턴 System

Retreat() 공개 메소드

public Retreat ( IList registrations ) : System
registrations IList
리턴 System