C# 클래스 SonarLint.VisualStudio.Integration.WPF.RelayCommandBase

상속: ICommand
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
RequeryCanExecute ( ) : void

보호된 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

비공개 메소드들

메소드 설명
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void

메소드 상세

CanExecute() 보호된 추상적인 메소드

protected abstract CanExecute ( object parameter ) : bool
parameter object
리턴 bool

Execute() 보호된 추상적인 메소드

protected abstract Execute ( object parameter ) : void
parameter object
리턴 void

RequeryCanExecute() 공개 메소드

public RequeryCanExecute ( ) : void
리턴 void