Click or drag to resize
CompanyAttributeMapperFactory Constructor
Initializes a new instance of the CompanyAttributeMapperFactory with the specified country and state finders.

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

Parameters

countryFinder
Type: CMS.DataComICountryFinder
The country finder.
stateFinder
Type: CMS.DataComIStateFinder
The state finder.
See Also