Back to Devexpress

AppointmentDependencyCustomFieldMapping Class

corelibraries-devexpress-dot-xtrascheduler-0a76d020.md

latest2.3 KB
Original Source

AppointmentDependencyCustomFieldMapping Class

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentDependencyCustomFieldMapping :
    CustomFieldMappingBase<AppointmentDependency>
vb
Public Class AppointmentDependencyCustomFieldMapping
    Inherits CustomFieldMappingBase(Of 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

AppointmentDependencyCustomFieldMapping Members

Gantt View Specifics

DevExpress.XtraScheduler Namespace