Skip to main content

AppointmentDependencyMappingInfo.GetRequiredMappingNames() Method

Gets an array containing the names of all the AppointmentDependencyMappingInfo object’s properties that have to be bound to corresponding data fields.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override string[] GetRequiredMappingNames()

Returns

Type Description
String[]

An array of strings that are the names of the properties that have to be bound to data.

Remarks

The GetRequiredMappingNames method can be used to obtain a list of the AppointmentDependencyMappingInfo object’s properties that have to be bound to corresponding fields in the data source specified by the PersistentObjectStorage<T>.DataSource property of the AppointmentDependencyStorage.

See Also