Referencia de la Clase sage.ew.o365.Appointment

Business class for managing appointments Más...

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

Métodos públicos

override Event _ToEvent ()
 Create an Event from the current appointment (this) Más...
 
- Métodos públicos heredados desde sage.ew.o365.EventClass
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...
 
- 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...
 

Propiedades

string _Subject [get, set]
 Subject of the appointment Más...
 
string _Location [get, set]
 Location of the appointment Más...
 
string _Description [get, set]
 Description of the appointment Más...
 
DateTime _StartDate [get, set]
 Start date and time of the appointment Más...
 
DateTime _EndDate [get, set]
 Finish date and time of the appointment Más...
 
bool _AllDay [get, set]
 Events of 24h or more 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...
 

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...
 
- Atributos protegidos heredados desde sage.ew.o365.EventClass
Event _oEvent = null
 protected reference to Event object Más...
 
- Eventos heredados desde sage.ew.o365.o365consumer
_Authentication_Failed _OnAuthenticationFailed
 Authentication failed event Más...
 

Descripción detallada

Business class for managing appointments

Definición en la línea 9 del archivo Appointment.cs.

Documentación de las funciones miembro

◆ _ToEvent()

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

Create an Event from the current appointment (this)

Devuelve
Event

Reimplementado de sage.ew.o365.EventClass.

Definición en la línea 81 del archivo Appointment.cs.

Documentación de propiedades

◆ _AllDay

bool sage.ew.o365.Appointment._AllDay
getset

Events of 24h or more

Definición en la línea 67 del archivo Appointment.cs.

◆ _Description

string sage.ew.o365.Appointment._Description
getset

Description of the appointment

Definición en la línea 37 del archivo Appointment.cs.

◆ _EndDate

DateTime sage.ew.o365.Appointment._EndDate
getset

Finish date and time of the appointment

Definición en la línea 57 del archivo Appointment.cs.

◆ _Location

string sage.ew.o365.Appointment._Location
getset

Location of the appointment

Definición en la línea 27 del archivo Appointment.cs.

◆ _StartDate

DateTime sage.ew.o365.Appointment._StartDate
getset

Start date and time of the appointment

Definición en la línea 47 del archivo Appointment.cs.

◆ _Subject

string sage.ew.o365.Appointment._Subject
getset

Subject of the appointment

Definición en la línea 17 del archivo Appointment.cs.


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