C# Class VSTalk.Engine.Core.ContactInfo.ContactInfoDataProvider

Inheritance: IContactInfoDataProvider
显示文件 Open project: Irdis/VSTalk

Private Properties

Property Type Description

Public Methods

Method Description
ContactInfoDataProvider ( ) : System
GetLatestInfo ( string jid ) : ContactDetails
HasPhoto ( string jid, string hash ) : bool
RecordDetails ( string jid, string hash, ContactDetails details ) : void

Method Details

ContactInfoDataProvider() public method

public ContactInfoDataProvider ( ) : System
return System

GetLatestInfo() public method

public GetLatestInfo ( string jid ) : ContactDetails
jid string
return ContactDetails

HasPhoto() public method

public HasPhoto ( string jid, string hash ) : bool
jid string
hash string
return bool

RecordDetails() public method

public RecordDetails ( string jid, string hash, ContactDetails details ) : void
jid string
hash string
details ContactDetails
return void