C# Class BasicCommandHandlers.ModeCommandParameterManager

IProtocolParameterManager implementation that handles the Mode actions. syntax example : mode:set,shift This example removes all other modes and sets the shift mode as the current mode.
Inheritance: IProtocolParameterManager
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
FillFromString ( string parameter ) : void
GetParameterString ( ) : string
ModeCommandParameterManager ( ) : System

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

FillFromString() public méthode

public FillFromString ( string parameter ) : void
parameter string
Résultat void

GetParameterString() public méthode

public GetParameterString ( ) : string
Résultat string

ModeCommandParameterManager() public méthode

public ModeCommandParameterManager ( ) : System
Résultat System