Referencia de la Clase sage.ew.o365.EventClass

Class to manage comon features of Event-based specific class Más...

Diagrama de herencias de sage.ew.o365.EventClass
sage.ew.o365.o365consumer sage.ew.o365.Appointment sage.ew.o365.Meeting

Métodos públicos

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

Atributos protegidos

Event _oEvent = null
 protected reference to Event object Más...
 

Otros miembros heredados

- Métodos públicos estáticos heredados desde sage.ew.o365.o365consumer
static void _Resetear_Credenciales (Usuario toUsuario)
 Método estatico para resetear las credenciales de un usuario Más...
 
- Métodos protegidos heredados desde 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ás...
 
- Métodos protegidos estáticos heredados desde sage.ew.o365.o365consumer
static void _Reset_User_Credentials (Usuario toUser)
 Método para restablecer las credenciales de un usuario Más...
 
- Propiedades heredados desde sage.ew.o365.o365consumer
static string _ClientId [get, set]
 Saved ClientId Más...
 
static string _ServiceResourceIds [get, set]
 Saved ServiceResourceIds Más...
 
static string _RefreshToken [get, set]
 Saved RefreshToken Más...
 
bool _IsSharingCalendar [get]
 Tells if the shared calendar is ready Más...
 
static string _UserCalendars [get, set]
 Saved calendars of the user Más...
 
static string _CurrentUserCode [get]
 Saved calendars of the user Más...
 
string _ErrorMessage [get, set]
 Description of errors that may crop up Más...
 
virtual bool _UseSharedCalendar [get, set]
 Get or set if the operation is for the shared calendar Más...
 
static IManagement O365Management [get]
 Returns current manager (User or Shared) Más...
 
static IManagement O365ManagementUser [get]
 Property O365Management: Returns the O365Management for user calendar operations creates the instance if not is created Más...
 
static IManagement O365ManagementSage50 [get]
 Property O365Management: Returns the O365Management for shared calendar operations creates the instance if not is created Más...
 
- Eventos heredados desde sage.ew.o365.o365consumer
_Authentication_Failed _OnAuthenticationFailed
 Authentication failed event Más...
 

Descripción detallada

Class to manage comon features of Event-based specific class

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

Documentación de las funciones miembro

◆ _Delete()

bool sage.ew.o365.EventClass._Delete ( string  tcEventId = "")
inline

Deletes an appointment

Devuelve
True if ok

Definición en la línea 58 del archivo EventBased.cs.

◆ _New()

bool sage.ew.o365.EventClass._New ( string  tcCalendarId = "")
inline

Create a new Event from an Appointment

Devuelve

Definición en la línea 30 del archivo EventBased.cs.

◆ _Show()

virtual bool sage.ew.o365.EventClass._Show ( string  tcCalendarId = "")
inlinevirtual

Show the appointment

Parámetros
tcCalendarIdCalendar Id to send to the form
Devuelve
True if ok

Definición en la línea 74 del archivo EventBased.cs.

◆ _ShowEventById()

virtual bool sage.ew.o365.EventClass._ShowEventById ( string  tcEventId,
string  tcCalendarId = "" 
)
inlinevirtual

Show an event by Id.

Parámetros
tcEventIdEvent Id: User to get the event
tcCalendarIdCalendar Id to send to the form
Devuelve

Definición en la línea 126 del archivo EventBased.cs.

◆ _ToEvent()

virtual Event sage.ew.o365.EventClass._ToEvent ( )
inlinevirtual

Create an Event from the current class (this)

Devuelve
Event

Reimplementado en sage.ew.o365.Meeting y sage.ew.o365.Appointment.

Definición en la línea 146 del archivo EventBased.cs.

Documentación de los campos

◆ _oEvent

Event sage.ew.o365.EventClass._oEvent = null
protected

protected reference to Event object

Definición en la línea 15 del archivo EventBased.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: