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

AppointmentDependencyCustomFieldMapping(String, String) Constructor

Initializes a new instance of the AppointmentDependencyCustomFieldMapping class with the specified name and member.

Namespace: DevExpress.XtraScheduler

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

Declaration

public AppointmentDependencyCustomFieldMapping(
    string name,
    string member
)

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 AppointmentDependencyCustomFieldMapping.Member property.

See Also