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

ResourceMappingInfo.GetRequiredMappingNames() Method

Gets an array containing the names of all the ResourceMappingInfo object’s properties that have to be bound to corresponding data fields.

Namespace: DevExpress.XtraScheduler

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

Declaration

public override string[] GetRequiredMappingNames()

Returns

Type Description
String[]

An array of strings that represent the names of the properties that have to be bound to data.

Remarks

The GetRequiredMappingNames method can be used to obtain a list of the ResourceMappingInfo object’s properties that have to be bound to corresponding fields in the data source specified by the PersistentObjectStorage<T>.DataSource property of the ResourceStorage.

See Also