C# Class HyperComments.Recorder.RecordingCommand

Inheritance: ICommand
Show file Open project: follesoe/HyperComments Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetRecordingFilename ( ) : string

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

GetCurrentUser() public method

public GetCurrentUser ( ) : string
return string

RecordingCommand() public method

public RecordingCommand ( Action recordingCompletedCallback ) : System
recordingCompletedCallback Action
return System