C# Class MPTagThat.Commands.CmdRemoveCoverArt

Inheritance: Command
Afficher le fichier Open project: MediaPortal/MPTagThat

Méthodes publiques

Méthode Description
CmdRemoveCoverArt ( object parameters ) : MPTagThat.Core
Execute ( TrackData &track, int rowIndex ) : bool
PostProcess ( ) : bool

Post Process after command execution

Method Details

CmdRemoveCoverArt() public méthode

public CmdRemoveCoverArt ( object parameters ) : MPTagThat.Core
parameters object
Résultat MPTagThat.Core

Execute() public méthode

public Execute ( TrackData &track, int rowIndex ) : bool
track MPTagThat.Core.TrackData
rowIndex int
Résultat bool

PostProcess() public méthode

Post Process after command execution
public PostProcess ( ) : bool
Résultat bool