C# Класс MPTagThat.Core.NoSettingsManager

Default ISettingsManager implementation that does absolutely nothing
Наследование: ISettingsManager
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetMaxSongs ( ) : int

Gets the maximum of songs alllowed in List

GetPortable ( ) : int

Gets the Portable Status

Load ( object settingsObject ) : void

Retrieves an object's public properties from a given Xml file

Save ( object settingsObject ) : void

Stores an object's public properties to a given Xml file

SetMaxSongs ( int maxsongs ) : void

Sets the maximum of Songs before switching to B Mode

SetPortable ( int portable ) : void

Sets the Portable Status

Описание методов

GetMaxSongs() публичный Метод

Gets the maximum of songs alllowed in List
public GetMaxSongs ( ) : int
Результат int

GetPortable() публичный Метод

Gets the Portable Status
public GetPortable ( ) : int
Результат int

Load() публичный Метод

Retrieves an object's public properties from a given Xml file
public Load ( object settingsObject ) : void
settingsObject object Object's instance
Результат void

Save() публичный Метод

Stores an object's public properties to a given Xml file
public Save ( object settingsObject ) : void
settingsObject object Object's instance
Результат void

SetMaxSongs() публичный Метод

Sets the maximum of Songs before switching to B Mode
public SetMaxSongs ( int maxsongs ) : void
maxsongs int
Результат void

SetPortable() публичный Метод

Sets the Portable Status
public SetPortable ( int portable ) : void
portable int
Результат void