C# Class HyperComments.Recorder.RecordingCommand

Inheritance: ICommand
Afficher le fichier Open project: follesoe/HyperComments Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
GetCurrentUser ( ) : string
RecordingCommand ( Action recordingCompletedCallback ) : System

Private Methods

Méthode Description
GetRecordingFilename ( ) : string

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

GetCurrentUser() public méthode

public GetCurrentUser ( ) : string
Résultat string

RecordingCommand() public méthode

public RecordingCommand ( Action recordingCompletedCallback ) : System
recordingCompletedCallback Action
Résultat System