Skip to main content
A newer version of this page is available. .

AppointmentDependencyCustomFieldMappingCollection.Add(AppointmentDependencyCustomFieldMapping) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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