C# 클래스 Common.RecentFileList.XmlPersister

상속: IPersist
파일 보기 프로젝트 열기: rsdn/nitra

공개 메소드들

메소드 설명
CopyExcluding ( List source, string exclude, List target, int max ) : void
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RemoveFile ( string filepath, int max ) : void
Save ( List list, int max ) : void
Update ( string filepath, bool insert, int max ) : void
XmlPersister ( ) : Common.System
XmlPersister ( Stream stream ) : Common.System
XmlPersister ( string filepath ) : Common.System

비공개 메소드들

메소드 설명
Load ( int max ) : List
OpenStream ( FileMode mode ) : SmartStream

메소드 상세

CopyExcluding() 공개 메소드

public CopyExcluding ( List source, string exclude, List target, int max ) : void
source List
exclude string
target List
max int
리턴 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

Save() 공개 메소드

public Save ( List list, int max ) : void
list List
max int
리턴 void

Update() 공개 메소드

public Update ( string filepath, bool insert, int max ) : void
filepath string
insert bool
max int
리턴 void

XmlPersister() 공개 메소드

public XmlPersister ( ) : Common.System
리턴 Common.System

XmlPersister() 공개 메소드

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

XmlPersister() 공개 메소드

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