C# 클래스 MPTagThat.Commands.CmdSave

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

공개 메소드들

메소드 설명
CmdSave ( object parameters ) : System
Execute ( TrackData &track, int rowIndex ) : bool
PostProcess ( ) : bool

비공개 메소드들

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

메소드 상세

CmdSave() 공개 메소드

public CmdSave ( object parameters ) : System
parameters object
리턴 System

Execute() 공개 메소드

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

PostProcess() 공개 메소드

public PostProcess ( ) : bool
리턴 bool