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.v19.2.Core.dll

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