Skip to main content

ResourceCustomFieldMapping(String, String, FieldValueType) Constructor

Initializes a new instance of the ResourceCustomFieldMapping class with the specified name, member and value type.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public ResourceCustomFieldMapping(
    string name,
    string member,
    FieldValueType valueType
)

Parameters

Name Type Description
name String

A String value that specifies the name of the custom field. This value is assigned to the CustomFieldMappingBase<T>.Name property.

member String

A String value that specifies the member value of the custom field mapping. This value is assigned to the CustomFieldMappingBase<T>.Member property.

valueType FieldValueType

A FieldValueType enumeration value, representing one of the standard value types.

See Also