Skip to main content

ResourceCustomFieldMapping Class

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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