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

MapItemAttributeMapping(String, String, FieldValueType) Constructor

Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Parameters

Name Type Description
name String

A String value that is an attribute name. This value is assigned to the MapItemAttributeMapping.Name property.

member String

A String value that is the attribute member. This value is assigned to the MapItemAttributeMapping.Type property.

valueType FieldValueType

A FieldValueType enumeration value that is the current attribute type. This value is assigned to the MapItemAttributeMapping.ValueType property.

See Also