Back to Devexpress

AppointmentDependencyMappingInfo Class

corelibraries-devexpress-dot-xtrascheduler-78ebe854.md

latest3.1 KB
Original Source

AppointmentDependencyMappingInfo Class

Provides information on the mapping of the appointment dependency properties to the appropriate data fields.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentDependencyMappingInfo :
    MappingInfoBase<AppointmentDependency>
vb
Public Class AppointmentDependencyMappingInfo
    Inherits MappingInfoBase(Of AppointmentDependency)

The following members return AppointmentDependencyMappingInfo objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAppointmentDependencyStorage.Mappings
WinForms ControlsAppointmentDependencyDataStorage.Mappings
AppointmentDependencyStorage.Mappings

Remarks

The AppointmentDependencyMappingInfo class contains a set of properties whose names are similar to the persistent properties declared within the AppointmentDependency class. If the appointments storage object (AppointmentDependencyStorage) is bound to a data source via its PersistentObjectStorage<T>.DataSource property, the properties of the AppointmentDependencyMappingInfo class allow the corresponding persistent properties of appointments to be bound to the appropriate fields in the data source.

An object of the AppointmentDependencyMappingInfo type can be accessed via the appointments storage’s AppointmentDependencyStorage.Mappings property.

Inheritance

Object MappingInfoBase<AppointmentDependency> AppointmentDependencyMappingInfo

See Also

AppointmentDependencyMappingInfo Members

Mappings

Gantt View

Gantt View Specifics

DevExpress.XtraScheduler Namespace