C# Class Elfar.Data.Xml.XmlErrorLogProvider

Inheritance: FileBasedErrorLogProvider
显示文件 Open project: stevenbey/elfar

Private Properties

Property Type Description
ErrorLog ErrorLog
File System.IO.FileInfo
File System.IO.FileInfo

Public Methods

Method Description
Delete ( System.Guid id ) : void
Get ( System.Guid id ) : ErrorLog
List ( ) : IList
Save ( ErrorLog errorLog ) : void
XmlErrorLogProvider ( ) : System

Protected Methods

Method Description
GetDefaultPath ( ) : string

Private Methods

Method Description
ErrorLog ( FileInfo file ) : ErrorLog
File ( ErrorLog errorLog ) : FileInfo
File ( System.Guid id ) : FileInfo

Method Details

Delete() public method

public Delete ( System.Guid id ) : void
id System.Guid
return void

Get() public method

public Get ( System.Guid id ) : ErrorLog
id System.Guid
return ErrorLog

GetDefaultPath() protected method

protected GetDefaultPath ( ) : string
return string

List() public method

public List ( ) : IList
return IList

Save() public method

public Save ( ErrorLog errorLog ) : void
errorLog ErrorLog
return void

XmlErrorLogProvider() public method

public XmlErrorLogProvider ( ) : System
return System