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

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

공개 메소드들

메소드 설명
AddRecord ( string jid, string hash, string fullname, long ticks, string url, string description, string photoType, byte photoBin ) : void
GetLatest ( string jid ) : Tuple
HasPhoto ( string jid, string hash ) : bool
Init ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection ) : void

비공개 메소드들

메소드 설명
AddParam ( DbCommand cmd, string name, DbType type, object value ) : void

메소드 상세

AddRecord() 공개 메소드

public AddRecord ( string jid, string hash, string fullname, long ticks, string url, string description, string photoType, byte photoBin ) : void
jid string
hash string
fullname string
ticks long
url string
description string
photoType string
photoBin byte
리턴 void

GetLatest() 공개 메소드

public GetLatest ( string jid ) : Tuple
jid string
리턴 Tuple

HasPhoto() 공개 메소드

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

Init() 공개 메소드

public Init ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection ) : void
connection Community.CsharpSqlite.SQLiteClient.SqliteConnection
리턴 void