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
显示文件 Open project: Invenietis/ck-certified

Public Methods

Method Description
FillFromString ( string parameter ) : void
GetParameterString ( ) : string
OnPropertyChanged ( string propertyName ) : void

Method Details

FillFromString() public method

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

GetParameterString() public method

public GetParameterString ( ) : string
return string

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName ) : void
propertyName string
return void