Show / Hide Table of Contents

Class IAppointmentMatrixFactoryExtensions

Inheritance
object
IAppointmentMatrixFactoryExtensions
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 static class IAppointmentMatrixFactoryExtensions

Methods

CreateAsync(IAppointmentMatrixFactory, int, RecurrenceUpdateMode, CancellationToken)

Declaration
public static Task<IAppointmentMatrix> CreateAsync(this IAppointmentMatrixFactory factory, int appointmentId, RecurrenceUpdateMode recurrenceUpdateMode, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IAppointmentMatrixFactory factory
int appointmentId
RecurrenceUpdateMode recurrenceUpdateMode
CancellationToken cancellationToken
Returns
Type Description
Task<IAppointmentMatrix>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top