C# Class Mp3TagLib.Sync.SyncOperation

Afficher le fichier Open project: Confirmit/Students

Protected Properties

Свойство Type Description
_file IMp3File
_isCanceled bool
_memento Mp3Memento

Méthodes publiques

Méthode Description
Call ( Mask mask, Tager tager, IMp3File file ) : bool
Cancel ( ) : void
Redo ( ) : void
Save ( ) : void

Méthodes protégées

Méthode Description
RestoreFile ( ) : void

Method Details

Call() public abstract méthode

public abstract Call ( Mask mask, Tager tager, IMp3File file ) : bool
mask Mask
tager Tager
file IMp3File
Résultat bool

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

RestoreFile() protected méthode

protected RestoreFile ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

_file protected_oe property

protected IMp3File _file
Résultat IMp3File

_isCanceled protected_oe property

protected bool _isCanceled
Résultat bool

_memento protected_oe property

protected Mp3Memento _memento
Résultat Mp3Memento