C# Class MPTagThat.Commands.CmdSave

Inheritance: Command
Show file Open project: MediaPortal/MPTagThat

Public Methods

Method Description
CmdSave ( object parameters ) : System
Execute ( TrackData &track, int rowIndex ) : bool
PostProcess ( ) : bool

Private Methods

Method Description
RenameFile ( TrackData track ) : bool

Rename the file if necessary Called by Save and SaveAll

SaveTrack ( TrackData track, int rowIndex ) : bool

Does the actual save of the track

Method Details

CmdSave() public method

public CmdSave ( object parameters ) : System
parameters object
return System

Execute() public method

public Execute ( TrackData &track, int rowIndex ) : bool
track MPTagThat.Core.TrackData
rowIndex int
return bool

PostProcess() public method

public PostProcess ( ) : bool
return bool