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

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

Diagrama de herencia de sage.ew.o365.o365consumer
sage.ew.o365.CalendarClass 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
 
 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.
 

Métodos públicos estáticos

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

Métodos protegidos

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

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

Propiedades

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.
 

Eventos

_Authentication_Failed _OnAuthenticationFailed
 Authentication failed event.
 

Descripción detallada

Class to consume the O365 API.

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

Documentación de constructores y destructores

◆ o365consumer()

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

Default Constructor.

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

Documentación de 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 44 del archivo o365consumer.cs.

◆ _CurrentUserCode

string sage.ew.o365.o365consumer._CurrentUserCode
staticgetprotected

Saved calendars of the user.

Definición en la línea 195 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 207 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 166 del archivo o365consumer.cs.

◆ _RefreshToken

string sage.ew.o365.o365consumer._RefreshToken
staticgetset

Saved RefreshToken.

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

◆ _ServiceResourceIds

string sage.ew.o365.o365consumer._ServiceResourceIds
staticgetset

Saved ServiceResourceIds.

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

◆ _UserCalendars

string sage.ew.o365.o365consumer._UserCalendars
staticgetsetprotected

Saved calendars of the user.

Definición en la línea 180 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 335 del archivo o365consumer.cs.

◆ O365Management

IManagement sage.ew.o365.o365consumer.O365Management
staticget

Returns current manager (User or Shared)

Definición en la línea 345 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 449 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 360 del archivo o365consumer.cs.

Documentación de 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 de esta clase está generada del siguiente archivo: