C# 클래스 BVNetwork.NotFound.Core.Data.DataAccessBaseEx

상속: EPiServer.DataAccess.DataAccessBase
파일 보기 프로젝트 열기: BVNetwork/404handler 1 사용 예제들

공개 메소드들

메소드 설명
Check404Version ( ) : int
DataAccessBaseEx ( EPiServer handler ) : System
DeleteAllSuggestions ( ) : void
DeleteRowsForRequest ( string oldUrl ) : void
DeleteSuggestions ( int maxErrors, int minimumDaysOld ) : void
ExecuteNonQuery ( string sqlCommand ) : bool
ExecuteSQL ( string sqlCommand, List parameters ) : DataSet
ExecuteScalar ( string sqlCommand ) : int
GetAllClientRequestCount ( ) : DataSet
GetRequestReferers ( string url ) : DataSet
GetTotalNumberOfSuggestions ( ) : DataSet
GetWorker ( ) : DataAccessBaseEx
LogRequestToDb ( string oldUrl, string referer, System.DateTime now ) : void

메소드 상세

Check404Version() 공개 메소드

public Check404Version ( ) : int
리턴 int

DataAccessBaseEx() 공개 메소드

public DataAccessBaseEx ( EPiServer handler ) : System
handler EPiServer
리턴 System

DeleteAllSuggestions() 공개 메소드

public DeleteAllSuggestions ( ) : void
리턴 void

DeleteRowsForRequest() 공개 메소드

public DeleteRowsForRequest ( string oldUrl ) : void
oldUrl string
리턴 void

DeleteSuggestions() 공개 메소드

public DeleteSuggestions ( int maxErrors, int minimumDaysOld ) : void
maxErrors int
minimumDaysOld int
리턴 void

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( string sqlCommand ) : bool
sqlCommand string
리턴 bool

ExecuteSQL() 공개 메소드

public ExecuteSQL ( string sqlCommand, List parameters ) : DataSet
sqlCommand string
parameters List
리턴 System.Data.DataSet

ExecuteScalar() 공개 메소드

public ExecuteScalar ( string sqlCommand ) : int
sqlCommand string
리턴 int

GetAllClientRequestCount() 공개 메소드

public GetAllClientRequestCount ( ) : DataSet
리턴 System.Data.DataSet

GetRequestReferers() 공개 메소드

public GetRequestReferers ( string url ) : DataSet
url string
리턴 System.Data.DataSet

GetTotalNumberOfSuggestions() 공개 메소드

public GetTotalNumberOfSuggestions ( ) : DataSet
리턴 System.Data.DataSet

GetWorker() 공개 정적인 메소드

public static GetWorker ( ) : DataAccessBaseEx
리턴 DataAccessBaseEx

LogRequestToDb() 공개 메소드

public LogRequestToDb ( string oldUrl, string referer, System.DateTime now ) : void
oldUrl string
referer string
now System.DateTime
리턴 void