What are the interfaces of MatchUp Object and what do they do?
MatchUp Object has 5 interfaces, two for handling matchcodes and three for providing different methods of deduping. Matchcode Interface creates or references a Matchcode Object. You can programmatically read or edit a matchcodes properties. Matchcode Component Interface allows you to programmatically read the properties of a Matchcodes individual components, or edit, add or remove the component. ReadWrite Interface is used when deduping entire databases. A matchkey is built for each record, then all keys are compared against each other. When the ReadRecord method is called, the disposition (unique, record with duplicates, or duplicate record) is returned for each record. Incremental Interface is used when comparing an individual incoming record to an existing master database. The key is built for incoming record and compared against a historical (existing) key file Common usage is for a new record being entered on a web form or a call center. Hybrid Interface is used when the developer