C# 클래스 MPTagThat.Core.NoSettingsManager

Default ISettingsManager implementation that does absolutely nothing
상속: ISettingsManager
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
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