C# 클래스 FourRoads.TelligentCommunity.ForumLastPost.DataProvider.LastReadPostDataProvider

상속: ILastReadPostDataProvider
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity

공개 프로퍼티들

프로퍼티 타입 설명
DefaultConnectionString string

공개 메소드들

메소드 설명
GetLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId ) : LastReadPostInfo
UpdateLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId, System.Guid lastReadContentId, int replyCount, System.DateTime postDate ) : void

비공개 메소드들

메소드 설명
CreateSprocCommand ( string sprocName, SqlConnection connection ) : SqlCommand
GetSqlConnection ( ) : SqlConnection
GetSqlConnection ( string connectionString ) : SqlConnection

메소드 상세

GetLastReadPost() 공개 메소드

public GetLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId ) : LastReadPostInfo
appicationId System.Guid
contentId System.Guid
userId int
리턴 FourRoads.TelligentCommunity.ForumLastPost.Interfaces.LastReadPostInfo

UpdateLastReadPost() 공개 메소드

public UpdateLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId, System.Guid lastReadContentId, int replyCount, System.DateTime postDate ) : void
appicationId System.Guid
contentId System.Guid
userId int
lastReadContentId System.Guid
replyCount int
postDate System.DateTime
리턴 void

프로퍼티 상세

DefaultConnectionString 공개적으로 정적으로 프로퍼티

public static string DefaultConnectionString
리턴 string