C# Class LogViewer.RegistryPersister

Inheritance: IPersist
Datei anzeigen Open project: Lundalogik/log4net-logviewer Class Usage Examples

Public Methods

Method Description
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ApplicationAttributes attr ) : System
RegistryPersister ( string key ) : System
RemoveFile ( string filepath, int max ) : void

Private Methods

Method Description
Key ( int i ) : string
RemoveFile ( int index, int max ) : void

Method Details

InsertFile() public method

public InsertFile ( string filepath, int max ) : void
filepath string
max int
return void

RecentFiles() public method

public RecentFiles ( int max ) : List
max int
return List

RegistryPersister() public method

public RegistryPersister ( ApplicationAttributes attr ) : System
attr ApplicationAttributes
return System

RegistryPersister() public method

public RegistryPersister ( string key ) : System
key string
return System

RemoveFile() public method

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
return void