Referencia de la Clase sage.ew.o365.o365consumer

Class to consume the O365 API Más...

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

Métodos públicos

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...
 

Métodos públicos estáticos

static void _Resetear_Credenciales (Usuario toUsuario)
 Método estatico para resetear las credenciales de un usuario Más...
 

Métodos protegidos

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

static void _Reset_User_Credentials (Usuario toUser)
 Método para restablecer las credenciales de un usuario Más...
 

Propiedades

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

_Authentication_Failed _OnAuthenticationFailed
 Authentication failed event Más...
 

Descripción detallada

Class to consume the O365 API

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

Documentación del constructor y destructor

◆ o365consumer()

sage.ew.o365.o365consumer.o365consumer ( )
inline

Default Constructor

Definición en la línea 481 del archivo o365consumer.cs.

Documentación de las funciones miembro

◆ _Authentication_Failed()

delegate void sage.ew.o365.o365consumer._Authentication_Failed ( object  sender,
EventArgs  e 
)


Authentication failed delegate

◆ _RaiseException()

void sage.ew.o365.o365consumer._RaiseException ( Exception  toException)
inline

Method to inform the user and log an exception

Parámetros
toExceptionException

Definición en la línea 542 del archivo o365consumer.cs.

◆ _Reset_User_Credentials()

static void sage.ew.o365.o365consumer._Reset_User_Credentials ( Usuario  toUser)
inlinestaticprotected

Método para restablecer las credenciales de un usuario

Parámetros
toUser

Definición en la línea 402 del archivo o365consumer.cs.

◆ _Resetear_Credenciales()

static void sage.ew.o365.o365consumer._Resetear_Credenciales ( Usuario  toUsuario)
inlinestatic

Método estatico para resetear las credenciales de un usuario

Parámetros
toUsuario

Definición en la línea 393 del archivo o365consumer.cs.

◆ _ShowUsers()

virtual string sage.ew.o365.o365consumer._ShowUsers ( )
inlinevirtual

Method show the program users with email informed

Devuelve

Definición en la línea 494 del archivo o365consumer.cs.

◆ _ValidateCalendarId()

void sage.ew.o365.o365consumer._ValidateCalendarId ( ref string  tcCalendarId)
inlineprotected

During shared calendar operations may get invalid calendar id. This function enforces the correct one.

Parámetros
tcCalendarId

Definición en la línea 291 del archivo o365consumer.cs.

Documentación de propiedades

◆ _ClientId

string sage.ew.o365.o365consumer._ClientId
staticgetset

Saved ClientId

Definición en la línea 45 del archivo o365consumer.cs.

◆ _CurrentUserCode

string sage.ew.o365.o365consumer._CurrentUserCode
staticgetprotected

Saved calendars of the user

Definición en la línea 196 del archivo o365consumer.cs.

◆ _ErrorMessage

string sage.ew.o365.o365consumer._ErrorMessage
getset

Description of errors that may crop up

Definición en la línea 208 del archivo o365consumer.cs.

◆ _IsSharingCalendar

bool sage.ew.o365.o365consumer._IsSharingCalendar
get

Tells if the shared calendar is ready

Definición en la línea 167 del archivo o365consumer.cs.

◆ _RefreshToken

string sage.ew.o365.o365consumer._RefreshToken
staticgetset

Saved RefreshToken

Definición en la línea 75 del archivo o365consumer.cs.

◆ _ServiceResourceIds

string sage.ew.o365.o365consumer._ServiceResourceIds
staticgetset

Saved ServiceResourceIds

Definición en la línea 60 del archivo o365consumer.cs.

◆ _UserCalendars

string sage.ew.o365.o365consumer._UserCalendars
staticgetsetprotected

Saved calendars of the user

Definición en la línea 181 del archivo o365consumer.cs.

◆ _UseSharedCalendar

virtual bool sage.ew.o365.o365consumer._UseSharedCalendar
getset

Get or set if the operation is for the shared calendar

Definición en la línea 336 del archivo o365consumer.cs.

◆ O365Management

IManagement sage.ew.o365.o365consumer.O365Management
staticget

Returns current manager (User or Shared)

Definición en la línea 346 del archivo o365consumer.cs.

◆ O365ManagementSage50

IManagement sage.ew.o365.o365consumer.O365ManagementSage50
staticgetprotected

Property O365Management: Returns the O365Management for shared calendar operations creates the instance if not is created

Definición en la línea 450 del archivo o365consumer.cs.

◆ O365ManagementUser

IManagement sage.ew.o365.o365consumer.O365ManagementUser
staticgetprotected

Property O365Management: Returns the O365Management for user calendar operations creates the instance if not is created

Definición en la línea 361 del archivo o365consumer.cs.

Documentación de los eventos

◆ _OnAuthenticationFailed

_Authentication_Failed sage.ew.o365.o365consumer._OnAuthenticationFailed

Authentication failed event

Definición en la línea 224 del archivo o365consumer.cs.


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