C# 클래스 SaaSOvation.Collaboration.Application.Calendars.CalendarEntryQueryService

상속: AbstractQueryService
파일 보기 프로젝트 열기: eulerfx/IDDD_Samples_NET

공개 메소드들

메소드 설명
CalendarEntryQueryService ( DataSource dataSource ) : System
GetCalendarEntriesSpanning ( string tenantId, string calendarId, System.DateTime beginsOn, System.DateTime endsOn ) : IList
GetCalendarEntryDataByCalendarId ( string tenantId, string calendarId ) : IList
GetCalendarEntryDataById ( string tenantId, string calendarEntryId ) : SaaSOvation.Collaboration.Application.Calendars.Data.CalendarEntryData

메소드 상세

CalendarEntryQueryService() 공개 메소드

public CalendarEntryQueryService ( DataSource dataSource ) : System
dataSource SaaSOvation.Common.Port.Adapters.Persistence.DataSource
리턴 System

GetCalendarEntriesSpanning() 공개 메소드

public GetCalendarEntriesSpanning ( string tenantId, string calendarId, System.DateTime beginsOn, System.DateTime endsOn ) : IList
tenantId string
calendarId string
beginsOn System.DateTime
endsOn System.DateTime
리턴 IList

GetCalendarEntryDataByCalendarId() 공개 메소드

public GetCalendarEntryDataByCalendarId ( string tenantId, string calendarId ) : IList
tenantId string
calendarId string
리턴 IList

GetCalendarEntryDataById() 공개 메소드

public GetCalendarEntryDataById ( string tenantId, string calendarEntryId ) : SaaSOvation.Collaboration.Application.Calendars.Data.CalendarEntryData
tenantId string
calendarEntryId string
리턴 SaaSOvation.Collaboration.Application.Calendars.Data.CalendarEntryData