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

MappingInfoBase<T>.GetRequiredMappingNames() Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.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