C# Class LogViewer.XmlPersister

Inheritance: IPersist
Afficher le fichier Open project: Lundalogik/log4net-logviewer Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

InsertFile() public méthode

public InsertFile ( string filepath, int max ) : void
filepath string
max int
Résultat void

RecentFiles() public méthode

public RecentFiles ( int max ) : List
max int
Résultat List

RemoveFile() public méthode

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
Résultat void

XmlPersister() public méthode

public XmlPersister ( ApplicationAttributes attr ) : System
attr ApplicationAttributes
Résultat System

XmlPersister() public méthode

public XmlPersister ( Stream stream ) : System
stream Stream
Résultat System

XmlPersister() public méthode

public XmlPersister ( string filepath ) : System
filepath string
Résultat System