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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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