C# Class SaaSOvation.Collaboration.Application.Calendars.CalendarEntryQueryService

Inheritance: AbstractQueryService
Afficher le fichier Open project: eulerfx/IDDD_Samples_NET

Méthodes publiques

Méthode Description
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

Method Details

CalendarEntryQueryService() public méthode

public CalendarEntryQueryService ( DataSource dataSource ) : System
dataSource SaaSOvation.Common.Port.Adapters.Persistence.DataSource
Résultat System

GetCalendarEntriesSpanning() public méthode

public GetCalendarEntriesSpanning ( string tenantId, string calendarId, System.DateTime beginsOn, System.DateTime endsOn ) : IList
tenantId string
calendarId string
beginsOn System.DateTime
endsOn System.DateTime
Résultat IList

GetCalendarEntryDataByCalendarId() public méthode

public GetCalendarEntryDataByCalendarId ( string tenantId, string calendarId ) : IList
tenantId string
calendarId string
Résultat IList

GetCalendarEntryDataById() public méthode

public GetCalendarEntryDataById ( string tenantId, string calendarEntryId ) : SaaSOvation.Collaboration.Application.Calendars.Data.CalendarEntryData
tenantId string
calendarEntryId string
Résultat SaaSOvation.Collaboration.Application.Calendars.Data.CalendarEntryData