C# Class BasicCommandHandlers.ChangeKeyboardCommandParameterManager

Implementation of the IKeyCommandParameter interface that enables switching to a keyboard. The parameter is set as string value. Getting the Command string returns the value. This implementation is the name of the keyboard.
Inheritance: IProtocolParameterManager
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
ChangeKeyboardCommandParameterManager ( ICollection keyboards ) : System
FillFromString ( string parameter ) : void
GetParameterString ( ) : string

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

ChangeKeyboardCommandParameterManager() public method

public ChangeKeyboardCommandParameterManager ( ICollection keyboards ) : System
keyboards ICollection
return System

FillFromString() public method

public FillFromString ( string parameter ) : void
parameter string
return void

GetParameterString() public method

public GetParameterString ( ) : string
return string