C# Class BasicCommandHandlers.SimpleKeyCommandParameterManager

Most simple implementation of the IKeyCommandParameter interface. The parameter is set as string value. Getting the Command string returns the value. This implementation is all the sendString command needs.
Inheritance: IProtocolParameterManager
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
FillFromString ( string parameter ) : void
GetParameterString ( ) : string
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

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void