C# 클래스 Elmah.PgsqlErrorLog.Commands

파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
GetErrorXml ( string appName, System.Guid id ) : NpgsqlCommand
GetErrorsXml ( string appName, int pageIndex, int pageSize ) : NpgsqlCommand
GetErrorsXmlTotal ( string appName ) : NpgsqlCommand
LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : NpgsqlCommand

메소드 상세

GetErrorXml() 공개 정적인 메소드

public static GetErrorXml ( string appName, System.Guid id ) : NpgsqlCommand
appName string
id System.Guid
리턴 Npgsql.NpgsqlCommand

GetErrorsXml() 공개 정적인 메소드

public static GetErrorsXml ( string appName, int pageIndex, int pageSize ) : NpgsqlCommand
appName string
pageIndex int
pageSize int
리턴 Npgsql.NpgsqlCommand

GetErrorsXmlTotal() 공개 정적인 메소드

public static GetErrorsXmlTotal ( string appName ) : NpgsqlCommand
appName string
리턴 Npgsql.NpgsqlCommand

LogError() 공개 정적인 메소드

public static LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : NpgsqlCommand
id System.Guid
appName string
hostName string
typeName string
source string
message string
user string
statusCode int
time System.DateTime
xml string
리턴 Npgsql.NpgsqlCommand