C# Class Geekhub.Modules.Meetings.Data.MeetingsRepository

ファイルを表示 Open project: geekhubdk/geekhub Class Usage Examples

Public Methods

Method Description
GetArchivedMeetings ( NameValueCollection filter = null ) : IEnumerable
GetMeeting ( int meetingId ) : Meeting
GetMeetingOrganizers ( ) : IEnumerable
GetMeetingsTags ( ) : IEnumerable
GetUpcommingMeetings ( NameValueCollection filter = null ) : IEnumerable

Private Methods

Method Description
GetPublicMeetings ( ) : IEnumerable

Method Details

GetArchivedMeetings() public method

public GetArchivedMeetings ( NameValueCollection filter = null ) : IEnumerable
filter System.Collections.Specialized.NameValueCollection
return IEnumerable

GetMeeting() public method

public GetMeeting ( int meetingId ) : Meeting
meetingId int
return Geekhub.Modules.Meetings.Models.Meeting

GetMeetingOrganizers() public method

public GetMeetingOrganizers ( ) : IEnumerable
return IEnumerable

GetMeetingsTags() public method

public GetMeetingsTags ( ) : IEnumerable
return IEnumerable

GetUpcommingMeetings() public method

public GetUpcommingMeetings ( NameValueCollection filter = null ) : IEnumerable
filter System.Collections.Specialized.NameValueCollection
return IEnumerable