Show / Hide Table of Contents

Class AppointmentMatrixFactory

Inheritance
object
AppointmentMatrixFactory
Implements
IAppointmentMatrixFactory
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentMatrixFactory : IAppointmentMatrixFactory

Constructors

AppointmentMatrixFactory(IServiceProvider)

Declaration
public AppointmentMatrixFactory(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider

Methods

CreateAsync(Appointment, RecurrenceUpdateMode, CancellationToken)

Declaration
public 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>

Implements

IAppointmentMatrixFactory

Extension Methods

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