C# 클래스 MPTagThat.Commands.Command

상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MPTagThat

보호된 프로퍼티들

프로퍼티 타입 설명
Log NLog.Logger

공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

Create a Command Object
public static Create ( object parameters ) : Command
parameters object
리턴 Command

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

Execute the Command
public Execute ( TrackData &track, int rowIndex ) : bool
track MPTagThat.Core.TrackData
rowIndex int
리턴 bool

PostProcess() 공개 메소드

Post Process after command execution
public PostProcess ( ) : bool
리턴 bool

PreProcess() 공개 메소드

Do Preprocessing of the Tracks
public PreProcess ( TrackData track ) : bool
track MPTagThat.Core.TrackData
리턴 bool

프로퍼티 상세

Log 보호되어 있는 프로퍼티

protected NLog.Logger Log
리턴 NLog.Logger