AppointmentDependencyCustomFieldMappingCollection.Add(AppointmentDependencyCustomFieldMapping) Method
In This Article
Appends the specified AppointmentDependencyCustomFieldMapping object to the storage’s collection of custom fields mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public int Add(
AppointmentDependencyCustomFieldMapping mapping
)
#Parameters
Name | Type | Description |
---|---|---|
mapping | Appointment |
An Appointment |
#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