C# 클래스 VSTalk.Engine.Core.ContactInfo.ContactInfoDataProvider

상속: IContactInfoDataProvider
파일 보기 프로젝트 열기: Irdis/VSTalk

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContactInfoDataProvider ( ) : System
GetLatestInfo ( string jid ) : ContactDetails
HasPhoto ( string jid, string hash ) : bool
RecordDetails ( string jid, string hash, ContactDetails details ) : void

메소드 상세

ContactInfoDataProvider() 공개 메소드

public ContactInfoDataProvider ( ) : System
리턴 System

GetLatestInfo() 공개 메소드

public GetLatestInfo ( string jid ) : ContactDetails
jid string
리턴 ContactDetails

HasPhoto() 공개 메소드

public HasPhoto ( string jid, string hash ) : bool
jid string
hash string
리턴 bool

RecordDetails() 공개 메소드

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