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

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

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