Skip to main content

MappingCollection.CheckMappings(IEnumerable<String>) Method

Determines whether the mappings specified by their names are set in the current collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public bool CheckMappings(
    IEnumerable<string> mappingNames
)

Parameters

Name Type Description
mappingNames IEnumerable<String>

A collection of mapping names.

Returns

Type Description
Boolean

True if all specified mappings are set; otherwise, false.

See Also