C# Class Unite.UI.Utilities.ContactProvider

Inheritance: IContactProvider
Afficher le fichier Open project: jcbozonier/irontwit Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Contact contact ) : void
Clear ( ) : void
ContactProvider ( ) : System
Get ( IIdentity identity ) : Contact

Method Details

Add() public méthode

public Add ( Contact contact ) : void
contact Contact
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ContactProvider() public méthode

public ContactProvider ( ) : System
Résultat System

Get() public méthode

public Get ( IIdentity identity ) : Contact
identity IIdentity
Résultat Contact