C4W-BOT
Loading...
Searching...
No Matches
Library.DashboardSummary Class Reference

Representa un resumen general del sistema (dashboard). Es un DTO (Data Transfer Object) que agrupa información relevante sobre: More...

Public Member Functions

 DashboardSummary (List< Interaction > recentInteractions, List< Meeting > upcomingMeetings, int totalCustomers)

Properties

List< InteractionRecentInteractions [get, set]
List< MeetingUpcomingMeetings [get, set]
int TotalCustomers [get, set]

Detailed Description

Representa un resumen general del sistema (dashboard). Es un DTO (Data Transfer Object) que agrupa información relevante sobre:

  • Clientes con interacciones recientes
  • Reuniones próximas
  • Total de clientes registrados

Constructor & Destructor Documentation

◆ DashboardSummary()

Library.DashboardSummary.DashboardSummary ( List< Interaction > recentInteractions,
List< Meeting > upcomingMeetings,
int totalCustomers )

Property Documentation

◆ RecentInteractions

List<Interaction> Library.DashboardSummary.RecentInteractions
getset

◆ TotalCustomers

int Library.DashboardSummary.TotalCustomers
getset

◆ UpcomingMeetings

List<Meeting> Library.DashboardSummary.UpcomingMeetings
getset

The documentation for this class was generated from the following file: