C# 클래스 WPF.JoshSmith.Input.CommandGroup

상속: ICommand
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

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

Returns true if all of the commands in the group can execute.

CommandGroup ( ) : System

Initializes a new instance.

Execute ( object parameter ) : void

Executes each command in the group sequentially.

보호된 메소드들

메소드 설명
OnCanExecuteChanged ( ) : void

Subclasses can invoke this method to raise the CanExecuteChanged event.

비공개 메소드들

메소드 설명
OnChildCommandCanExecuteChanged ( object sender, EventArgs e ) : void
OnCommandsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

메소드 상세

CanExecute() 공개 메소드

Returns true if all of the commands in the group can execute.
public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

CommandGroup() 공개 메소드

Initializes a new instance.
public CommandGroup ( ) : System
리턴 System

Execute() 공개 메소드

Executes each command in the group sequentially.
public Execute ( object parameter ) : void
parameter object
리턴 void

OnCanExecuteChanged() 보호된 메소드

Subclasses can invoke this method to raise the CanExecuteChanged event.
protected OnCanExecuteChanged ( ) : void
리턴 void