资 源 简 介
![](http://cliqset-my-v2.s3.amazonaws.com/img/logo.png)
Cliqtacts Library Overview
Cliqtats is a .NET library for interacting with the Cliqset Contacts API.
Usage Summary
Implementations for IContactService, IBoundContactCollection, BoundContact tied to the underlying contact type are needed. Included in the library are implementations for the Cliqset Contact API.
IContactService: proxy for communication with the underlying service (ex: cliqset api, outlook api, custom contact format, etc)
BoundContact: exposes IContact and maintains a mapping to the associated service contact object or service contact id
IContact standard type for application operations: display, synching
IBoundContactCollection: collection of contacts; provides a management layer for application operations
Basic Flow
services provide contact data to the ICon