C# Class MPTagThat.Commands.Command

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

Protected Properties

Свойство Type Description
Log NLog.Logger

Méthodes publiques

Méthode Description
Create ( object parameters ) : Command

Create a Command Object

Dispose ( ) : void
Execute ( TrackData &track, int rowIndex ) : bool

Execute the Command

PostProcess ( ) : bool

Post Process after command execution

PreProcess ( TrackData track ) : bool

Do Preprocessing of the Tracks

Method Details

Create() public static méthode

Create a Command Object
public static Create ( object parameters ) : Command
parameters object
Résultat Command

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

Execute the Command
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

PreProcess() public méthode

Do Preprocessing of the Tracks
public PreProcess ( TrackData track ) : bool
track MPTagThat.Core.TrackData
Résultat bool

Property Details

Log protected_oe property

protected NLog.Logger Log
Résultat NLog.Logger