Click or drag to resize
EntityCountryAttributeMapper Constructor
Initializes a new instance of the EntityCountryAttributeMapper class.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public EntityCountryAttributeMapper(
	EntityAttributeInfo attributeInfo,
	EntityAttributeInfo stateAttributeInfo,
	ICountryFinder countryFinder,
	IStateFinder stateFinder
)

Parameters

attributeInfo
Type: CMS.DataComEntityAttributeInfo
The entity country attribute info that is the source of this mapping.
stateAttributeInfo
Type: CMS.DataComEntityAttributeInfo
The entity state attribute info that is the source of this mapping.
countryFinder
Type: CMS.DataComICountryFinder
The country finder.
stateFinder
Type: CMS.DataComIStateFinder
The state finder.
See Also