Cargando...
Buscando...
Nada coincide
Referencia de la clase sage.ew.o365.Meeting

Business class for managing meetings. Más...

Diagrama de herencia de sage.ew.o365.Meeting
sage.ew.o365.EventClass sage.ew.o365.o365consumer

Métodos públicos

 Meeting ()
 Constructor.
 
 Meeting (Appointment toAppointment, List< string > tlisEmails)
 Constructor with params.
 
override Event _ToEvent ()
 Create an Event from the current meeting (this)
 
- Métodos públicos heredados de sage.ew.o365.EventClass
bool _New (string tcCalendarId="")
 Create a new Event from an Appointment.
 
bool _Delete (string tcEventId="")
 Deletes an appointment.
 
virtual bool _Show (string tcCalendarId="")
 Show the appointment.
 
virtual bool _ShowEventById (string tcEventId, string tcCalendarId="")
 Show an event by Id.
 
- Métodos públicos heredados de sage.ew.o365.o365consumer
delegate void _Authentication_Failed (object sender, EventArgs e)
 
Authentication failed delegate
 
 o365consumer ()
 Default Constructor.
 
virtual string _ShowUsers ()
 Method show the program users with email informed.
 
void _RaiseException (Exception toException)
 Method to inform the user and log an exception.
 

Propiedades

Appointment _Appointment [get, set]
 Appointment for the meeting.
 
List< string > _Emails [get, set]
 Email list of attendants to the meeting.
 
- Propiedades heredados de sage.ew.o365.o365consumer
static string _ClientId [get, set]
 Saved ClientId.
 
static string _ServiceResourceIds [get, set]
 Saved ServiceResourceIds.
 
static string _RefreshToken [get, set]
 Saved RefreshToken.
 
bool _IsSharingCalendar [get]
 Tells if the shared calendar is ready.
 
static string _UserCalendars [get, set]
 Saved calendars of the user.
 
static string _CurrentUserCode [get]
 Saved calendars of the user.
 
string _ErrorMessage [get, set]
 Description of errors that may crop up.
 
virtual bool _UseSharedCalendar [get, set]
 Get or set if the operation is for the shared calendar.
 
static IManagement O365Management [get]
 Returns current manager (User or Shared)
 
static IManagement O365ManagementUser [get]
 Property O365Management: Returns the O365Management for user calendar operations creates the instance if not is created.
 
static IManagement O365ManagementSage50 [get]
 Property O365Management: Returns the O365Management for shared calendar operations creates the instance if not is created.
 

Otros miembros heredados

- Métodos públicos estáticos heredados de sage.ew.o365.o365consumer
static void _Resetear_Credenciales (Usuario toUsuario)
 Método estatico para resetear las credenciales de un usuario.
 
- Métodos protegidos heredados de sage.ew.o365.o365consumer
void _ValidateCalendarId (ref string tcCalendarId)
 During shared calendar operations may get invalid calendar id. This function enforces the correct one.
 
- Métodos protegidos estáticos heredados de sage.ew.o365.o365consumer
static void _Reset_User_Credentials (Usuario toUser)
 Método para restablecer las credenciales de un usuario.
 
- Atributos protegidos heredados de sage.ew.o365.EventClass
Event _oEvent = null
 protected reference to Event object
 
- Eventos heredados de sage.ew.o365.o365consumer
_Authentication_Failed _OnAuthenticationFailed
 Authentication failed event.
 

Descripción detallada

Business class for managing meetings.

Definición en la línea 10 del archivo Meeting.cs.

Documentación de constructores y destructores

◆ Meeting() [1/2]

sage.ew.o365.Meeting.Meeting ( )
inline

Constructor.

Definición en la línea 43 del archivo Meeting.cs.

◆ Meeting() [2/2]

sage.ew.o365.Meeting.Meeting ( Appointment toAppointment,
List< string > tlisEmails )
inline

Constructor with params.

Parámetros
toAppointmentAppointment of the meeting
tlisEmailsEmail list

Definición en la línea 53 del archivo Meeting.cs.

Documentación de funciones miembro

◆ _ToEvent()

override Event sage.ew.o365.Meeting._ToEvent ( )
inlinevirtual

Create an Event from the current meeting (this)

Devuelve

Reimplementado de sage.ew.o365.EventClass.

Definición en la línea 83 del archivo Meeting.cs.

Documentación de propiedades

◆ _Appointment

Appointment sage.ew.o365.Meeting._Appointment
getset

Appointment for the meeting.

Definición en la línea 18 del archivo Meeting.cs.

◆ _Emails

List<string> sage.ew.o365.Meeting._Emails
getset

Email list of attendants to the meeting.

Definición en la línea 29 del archivo Meeting.cs.


La documentación de esta clase está generada del siguiente archivo: