C# 클래스 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.
상속: IProtocolParameterManager
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
FillFromString ( string parameter ) : void
GetParameterString ( ) : string
OnPropertyChanged ( string propertyName ) : void

메소드 상세

FillFromString() 공개 메소드

public FillFromString ( string parameter ) : void
parameter string
리턴 void

GetParameterString() 공개 메소드

public GetParameterString ( ) : string
리턴 string

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void