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

AppointmentDependencyCustomFieldMapping Class

Specifies mapping of a custom property of an appointment dependency to an appropriate data field.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class AppointmentDependencyCustomFieldMapping :
    CustomFieldMappingBase<AppointmentDependency>

The following members return AppointmentDependencyCustomFieldMapping objects:

Remarks

The AppointmentDependencyCustomFieldMapping class implements the MappingBase.Name and MappingBase.Member properties, used to identify a mapping for a particular property and a data field.

Inheritance

Object
MappingBase
CustomFieldMappingBase<AppointmentDependency>
AppointmentDependencyCustomFieldMapping
See Also