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

ResourceCustomFieldMapping Class

Represents a mapping of a custom property of a resource to an appropriate data field.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class ResourceCustomFieldMapping :
    CustomFieldMappingBase<Resource>

The following members return ResourceCustomFieldMapping objects:

Remarks

The ResourceCustomFieldMapping class implements the MappingBase.Name and MappingBase.Member properties which are used to identify a mapping for a particular property and a data field.

See Also