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

AppointmentDependencyMappingInfo Class

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public class AppointmentDependencyMappingInfo :
    MappingInfoBase<AppointmentDependency>

The following members accept/return AppointmentDependencyMappingInfo objects:

Library Related API Members
Cross-Platform Class Library IAppointmentDependencyStorage.Mappings
WinForms Controls AppointmentDependencyDataStorage.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AppointmentDependencyMappingInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
MappingInfoBase<AppointmentDependency>
AppointmentDependencyMappingInfo
See Also