Метод | Описание | |
---|---|---|
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 |
||
Load ( int max ) : List |
||
OpenStream ( FileMode mode ) : SmartStream | ||
Save ( List |
||
Update ( string filepath, bool insert, int max ) : void |
public InsertFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
Результат | void |
public RemoveFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
Результат | void |
public XmlPersister ( ApplicationAttributes attr ) : System | ||
attr | ApplicationAttributes | |
Результат | System |
public XmlPersister ( Stream stream ) : System | ||
stream | Stream | |
Результат | System |
public XmlPersister ( string filepath ) : System | ||
filepath | string | |
Результат | System |