C# 클래스 LogViewer.XmlPersister

상속: IPersist
파일 보기 프로젝트 열기: Lundalogik/log4net-logviewer 1 사용 예제들

공개 메소드들

메소드 설명
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RemoveFile ( string filepath, int max ) : void
XmlPersister ( ApplicationAttributes attr ) : System
XmlPersister ( Stream stream ) : System
XmlPersister ( string filepath ) : System

비공개 메소드들

메소드 설명
CopyExcluding ( List source, string exclude, List target, int max ) : void
Load ( int max ) : List
OpenStream ( FileMode mode ) : SmartStream
Save ( List list, int max ) : void
Update ( string filepath, bool insert, int max ) : void

메소드 상세

InsertFile() 공개 메소드

public InsertFile ( string filepath, int max ) : void
filepath string
max int
리턴 void

RecentFiles() 공개 메소드

public RecentFiles ( int max ) : List
max int
리턴 List

RemoveFile() 공개 메소드

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
리턴 void

XmlPersister() 공개 메소드

public XmlPersister ( ApplicationAttributes attr ) : System
attr ApplicationAttributes
리턴 System

XmlPersister() 공개 메소드

public XmlPersister ( Stream stream ) : System
stream Stream
리턴 System

XmlPersister() 공개 메소드

public XmlPersister ( string filepath ) : System
filepath string
리턴 System