Skip to main content

AppointmentMappingInfo.GetRequiredMappingNames() Method

Gets an array containing the names of all the AppointmentMappingInfo 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 represent 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 AppointmentMappingInfo object’s properties that have to be bound to corresponding fields in the data source specified by the PersistentObjectStorage<T>.DataSource property of the AppointmentStorage.

See Also