C# Class YALV.Common.RecentFileList.RegistryPersister

Inheritance: IPersist
Afficher le fichier Open project: LukePet/YALV

Méthodes publiques

Méthode Description
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ) : System
RegistryPersister ( string key ) : System
RemoveFile ( int index, int max ) : void
RemoveFile ( string filepath, int max ) : void

Private Methods

Méthode Description
Key ( int i ) : string

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

RegistryPersister() public méthode

public RegistryPersister ( ) : System
Résultat System

RegistryPersister() public méthode

public RegistryPersister ( string key ) : System
key string
Résultat System

RemoveFile() public méthode

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

RemoveFile() public méthode

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