Show / Hide Table of Contents

Interface IAppointmentMatrixFactory

Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IAppointmentMatrixFactory

Methods

CreateAsync(Appointment, RecurrenceUpdateMode, CancellationToken)

Declaration
Task<IAppointmentMatrix> CreateAsync(Appointment appointment, RecurrenceUpdateMode recurrenceUpdateMode, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Appointment appointment
RecurrenceUpdateMode recurrenceUpdateMode
CancellationToken cancellationToken
Returns
Type Description
Task<IAppointmentMatrix>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
IAppointmentMatrixFactoryExtensions.CreateAsync(IAppointmentMatrixFactory, int, RecurrenceUpdateMode, CancellationToken)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top