Skip to main content

AppointmentDependencyCustomFieldMappingCollection.Add(AppointmentDependencyCustomFieldMapping) Method

Appends the specified AppointmentDependencyCustomFieldMapping object to the storage’s collection of custom fields mappings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public int Add(
    AppointmentDependencyCustomFieldMapping mapping
)

Parameters

Name Type Description
mapping AppointmentDependencyCustomFieldMapping

An AppointmentDependencyCustomFieldMapping object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds an AppointmentDependencyCustomFieldMapping object to the end of the storage’s AppointmentDependencyStorage.CustomFieldMappings collection.

See Also