Skip to main content

MappingInfoBase<T>.GetRequiredMappingNames() Method

Gets the names of the mappings which are required for correct operation.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public abstract string[] GetRequiredMappingNames()

Returns

Type Description
String[]

A string array, containing mapping names.

Remarks

Override this method in MappingInfoBase<T> descendants to return an array of required mapping names.

See Also